Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Add ignores, htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Jun 16, 2012
1 parent 2477a68 commit ac9c181
Show file tree
Hide file tree
Showing 5 changed files with 624 additions and 645 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
52 changes: 52 additions & 0 deletions .gitignore
@@ -0,0 +1,52 @@
# Find out how to create a global .gitignore: http://h5bp.com/ae

# 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
nbproject
*.sublime-project
*.sublime-workspace

# Dreamweaver added files
_notes
dwsync.xml

# Komodo
*.komodoproject
.komodotools

# Espresso
*.esproj
*.espressostorage

# Rubinius
*.rbc

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

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

0 comments on commit ac9c181

Please sign in to comment.