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/
|
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/
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue