cfpb / generator-cf

Yeoman generator for Capital Framework
http://cfpb.github.io/capital-framework/getting-started/
Creative Commons Zero v1.0 Universal
9 stars 13 forks source link

Update .gitignore #43

Closed jimmynotjim closed 9 years ago

jimmynotjim commented 9 years ago

While updating cfgov-refresh I found the existing .gitignore is far more robust. Should we include some of these file types?

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
_site/

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# Topdoc stuff #
##################
docs/*/pdfreactor-fonts.html

# Testing stuff #
##################
_tests/browser_testing/features/environment.cfg
Scotchester commented 9 years ago

The "Topdoc stuff" and "Testing stuff" sections are probably too project specific, but the others should go in. It should also be kept in sync with cfpb/open-source-project-template.

jimmynotjim commented 9 years ago

Thanks, created a PR over there