Skip to content

Commit

Permalink
added a .gitignore file that ignores most common patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
hejsan committed Jan 19, 2012
1 parent c1a9a19 commit 6035cb7
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
@@ -0,0 +1,37 @@
# Numerous always-ignore extensions
*.pyc
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*.cache
*~
*#

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

# Folders to ignore
.hg
.svn
.CVS
.idea
_assets
_design
_content
_tmp
dist

0 comments on commit 6035cb7

Please sign in to comment.