more git ignore stuff

This commit is contained in:
Peter Cottle 2015-04-12 19:20:00 -07:00
parent 3f6712f271
commit a4ebcf271d
2 changed files with 18 additions and 4 deletions

22
.gitignore vendored
View file

@ -1,15 +1,29 @@
# NPM
npm-debug.log
node_modules/ node_modules/
# Build artifacts and asset stuff
build/* build/*
build/bundle.js build/bundle.js
build/bundle.*.js build/bundle.*.js
build/main.*.css build/main.*.css
screens screens
.DS_STORE
search_replace.sh
FontAwesome-Vectors.pdf FontAwesome-Vectors.pdf
index.html index.html
# Vim swaps
*.sw* *.sw*
npm-debug.log
# Annoying mac stuff
.DS_STORE
# Casper stuff
src/__tests__/casperjs/screenshots/*.png src/__tests__/casperjs/screenshots/*.png
src/__tests__/casperjs/*.js-e src/__tests__/casperjs/*.js-e
AwesomeProject.xcodeproj/**
# Xcode
*.xcuserstate
*.xcworkspace
xcuserdata
UserInterfaceState.xcuserstate
xcuserdata/