Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Add .gitignore for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
copernicus-mogley committed Aug 16, 2016
1 parent 7997325 commit 90da61b
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# osx noise
.DS_Store
profile

# xcode noise
build/*
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata

# svn & cvs
.svn
CVS
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

.idea/

node_modules/
src/app/themes
build/cache/
build/releases/
pids
logs
results
dist/

npm-debug.log

app.nw

.sass-cache
*-ck.js
*.srt
*.DS_Store

# vim swap files
*.swp

src/app/css/app.css
*.sublime-*
dist/windows/*.exe
dist/linux/linux-installer
*.bat
*.db
*git.json

*.codekit
*-min.js

0 comments on commit 90da61b

Please sign in to comment.