Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
deltasquare4 committed Mar 16, 2013
1 parent 5b5f6ad commit e4209ed
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
@@ -0,0 +1,41 @@
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace

# Komodo
*.komodoproject
.komodotools

# vagrant
.vagrant

# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules

# Configuration files
config/*.json

0 comments on commit e4209ed

Please sign in to comment.