Skip to content

Commit e1c708c

Browse files
committed
Merge pull request cfpb#12 from jimmynotjim/update-ignored-files
Updating gitignore for more robust coverage
2 parents eb9f607 + c1d9e59 commit e1c708c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
_site/
10+
11+
# Packages #
12+
############
13+
# it's better to unpack these files and commit the raw source
14+
# git has its own built in compression methods
15+
*.7z
16+
*.dmg
17+
*.gz
18+
*.iso
19+
*.jar
20+
*.rar
21+
*.tar
22+
*.zip
23+
24+
# Logs and databases #
25+
######################
26+
*.log
27+
*.sql
28+
*.sqlite
29+
130
# OS generated files #
231
######################
332
.DS_Store
433
.DS_Store?
534
.Spotlight-V100
635
.Trashes
36+
Icon?
737
ehthumbs.db
838
Thumbs.db
939

@@ -17,6 +47,7 @@ Thumbs.db
1747
*.egg-info/
1848
__pycache__/
1949
*.py[cod]
50+
.env
2051

2152
# Django #
2253
#################
@@ -37,3 +68,5 @@ coverage.xml
3768
node_modules/
3869
bower_components/
3970
.grunt/
71+
src/vendor/
72+
dist/

0 commit comments

Comments
 (0)