mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
more git ignore stuff
This commit is contained in:
parent
3f6712f271
commit
a4ebcf271d
2 changed files with 18 additions and 4 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,15 +1,29 @@
|
|||
# NPM
|
||||
npm-debug.log
|
||||
node_modules/
|
||||
|
||||
# Build artifacts and asset stuff
|
||||
build/*
|
||||
build/bundle.js
|
||||
build/bundle.*.js
|
||||
build/main.*.css
|
||||
screens
|
||||
.DS_STORE
|
||||
search_replace.sh
|
||||
FontAwesome-Vectors.pdf
|
||||
index.html
|
||||
|
||||
# Vim swaps
|
||||
*.sw*
|
||||
npm-debug.log
|
||||
|
||||
# Annoying mac stuff
|
||||
.DS_STORE
|
||||
|
||||
# Casper stuff
|
||||
src/__tests__/casperjs/screenshots/*.png
|
||||
src/__tests__/casperjs/*.js-e
|
||||
AwesomeProject.xcodeproj/**
|
||||
|
||||
# Xcode
|
||||
*.xcuserstate
|
||||
*.xcworkspace
|
||||
xcuserdata
|
||||
UserInterfaceState.xcuserstate
|
||||
xcuserdata/
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue