Skip to content

Commit 2af3696

Browse files
committed
Adding more ignores, having less mess :)
1 parent 8069938 commit 2af3696

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.gitignore

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1+
# Miscelleleaneous IDE-crud
2+
*.esproj
3+
*.kpf
4+
*.tmproj
5+
.cache
6+
.project
7+
.settings
8+
9+
# Mac OS X cruft
10+
.DS_Store
11+
._*
12+
13+
# Config and uploaded files
14+
sites/default/settings.php
15+
sites/default/files
16+
files
17+
18+
# Drupal files we do not care to include.
119
CHANGELOG.txt
220
INSTALL.mysql.txt
321
INSTALL.pgsql.txt
422
INSTALL.txt
523
COPYRIGHT.txt
624
MAINTAINERS.txt
725
UPGRADE.txt
8-
sites/default/settings.php
9-
sites/default/files
10-
files
1126
themes/bluemarine
1227
themes/chameleon
1328
themes/pushbutton
14-
*.tmproj
15-
.cache
16-
.project
17-
.settings
29+

0 commit comments

Comments
 (0)