Skip to content

Commit c226b20

Browse files
committed
Remove unused framework files
1 parent 96f3e32 commit c226b20

File tree

112 files changed

+263
-4834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+263
-4834
lines changed

.gitignore

Lines changed: 139 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,140 @@
1+
#-------------------------
2+
# Operating Specific Junk Files
3+
#-------------------------
4+
5+
# OS X
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# OS X Thumbnails
11+
._*
12+
13+
# Windows image file caches
14+
Thumbs.db
15+
ehthumbs.db
16+
Desktop.ini
17+
18+
# Recycle Bin used on file shares
19+
$RECYCLE.BIN/
20+
21+
# Windows Installer files
22+
*.cab
23+
*.msi
24+
*.msm
25+
*.msp
26+
27+
# Windows shortcuts
28+
*.lnk
29+
30+
# Linux
31+
*~
32+
33+
# KDE directory preferences
34+
.directory
35+
36+
# Linux trash folder which might appear on any partition or disk
37+
.Trash-*
38+
39+
#-------------------------
40+
# Environment Files
41+
#-------------------------
42+
# These should never be under version control,
43+
# as it poses a security risk.
44+
.env
45+
.vagrant
46+
Vagrantfile
47+
48+
#-------------------------
49+
# Temporary Files
50+
#-------------------------
51+
writable/cache/*
52+
!writable/cache/index.html
53+
54+
writable/logs/*
55+
!writable/logs/index.html
56+
57+
writable/session/*
58+
!writable/session/index.html
59+
60+
writable/downloads/*
61+
!writable/downloads/index.html
62+
63+
writable/temp/*
64+
!writable/temp/index.html
65+
66+
writable/uploads/*
67+
!writable/uploads/index.html
68+
69+
writable/debugbar/*
70+
71+
php_errors.log
72+
73+
#-------------------------
74+
# User Guide Temp Files
75+
#-------------------------
76+
user_guide_src/build/*
77+
user_guide_src/cilexer/build/*
78+
user_guide_src/cilexer/dist/*
79+
user_guide_src/cilexer/pycilexer.egg-info/*
80+
81+
#-------------------------
82+
# Test Files
83+
#-------------------------
84+
tests/coverage*
85+
86+
# Don't save phpunit under version control.
87+
phpunit
88+
89+
#-------------------------
90+
# Composer
91+
#-------------------------
92+
vendor/
93+
94+
#-------------------------
95+
# IDE / Development Files
96+
#-------------------------
97+
98+
# Modules Testing
99+
_modules/*
100+
101+
# phpenv local config
102+
.php-version
103+
104+
# Jetbrains editors (PHPStorm, etc)
105+
.idea/
106+
*.iml
107+
108+
# Netbeans
109+
nbproject/
110+
build/
111+
nbbuild/
112+
dist/
113+
nbdist/
114+
nbactions.xml
115+
nb-configuration.xml
116+
.nb-gradle/
117+
118+
# Sublime Text
119+
*.tmlanguage.cache
120+
*.tmPreferences.cache
121+
*.stTheme.cache
122+
*.sublime-workspace
123+
*.sublime-project
124+
.phpintel
125+
/api/
126+
127+
# Visual Studio Code
128+
.vscode/
129+
130+
/results/
131+
/phpunit*.xml
132+
/.phpunit.*.cache
133+
134+
#-------------------------
135+
# Just My Personal Directory
136+
# to Store OpenMVM assets
137+
#-------------------------
138+
139+
# workdesk
1140
workdesk
2-
writable
3-
.env

CHANGELOG.md

Lines changed: 0 additions & 2645 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 150 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)