mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-06 19:14:41 +02:00
29 lines
400 B
Text
29 lines
400 B
Text
# NPM
|
|
npm-debug.log
|
|
node_modules/
|
|
|
|
# Build artifacts and asset stuff
|
|
build/*
|
|
build/bundle.js
|
|
build/bundle.*.js
|
|
build/main.*.css
|
|
screens
|
|
FontAwesome-Vectors.pdf
|
|
index.html
|
|
|
|
# Vim swaps
|
|
*.sw*
|
|
|
|
# Annoying mac stuff
|
|
.DS_STORE
|
|
|
|
# Casper stuff
|
|
src/__tests__/casperjs/screenshots/*.png
|
|
src/__tests__/casperjs/*.js-e
|
|
|
|
# Xcode
|
|
*.xcuserstate
|
|
*.xcworkspace
|
|
xcuserdata
|
|
UserInterfaceState.xcuserstate
|
|
xcuserdata/
|