Skip to content

Commit

Permalink
Add gitignore boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdraper committed Dec 20, 2016
1 parent 1bef2bc commit 35493d0
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
#------------------------------------
# Project
#------------------------------------

# Custom exclusions here





#------------------------------------
# Tools
#------------------------------------

localStorage/*
bower_components/
node_modules/
out/
.bundle
.idea/
.komodotools
.project
.settings/
.tern-project
.tmproj
*.esproj
*.komodoproject
*.sublime-*
browserstack.js
codekit-config.json
mixture.json
prepros.json





#------------------------------------
# System
#------------------------------------

assetsSource/coreFAB/compileCache/*
projectOverrides.json
.cache
.DS_Store
.tmp
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
error_log
Thumbs.db
Homestead.yaml
vendor/*
*.vagrant





#------------------------------------
# Gitkeep
#------------------------------------

!.gitkeep

0 comments on commit 35493d0

Please sign in to comment.