Skip to content

Commit

Permalink
.gitignore HTML5 Boilerplate rules added
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjacob committed Jul 16, 2011
1 parent 46a6e4b commit cf4e998
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
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~

# OS or Editor folders
.DS_Store
.cache
.project
.settings
nbproject
Thumbs.db

# Dreamweaver added files
_notes
dwsync.xml

# Komodo
*.komodoproject
.komodotools

# Folders to ignore
.hg
.svn
intermediate
publish
.idea

# build script local files
build/buildinfo.properties
build/config/buildinfo.properties

0 comments on commit cf4e998

Please sign in to comment.