Skip to content

Commit

Permalink
better gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Dec 3, 2014
1 parent 1db0cc0 commit 6fb8b01
Showing 1 changed file with 91 additions and 2 deletions.
93 changes: 91 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,93 @@
#######
# OSX #
#######
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

############
# Security #
############
id_rsa

###########
# Tooling #
###########
.vagrant/

#######
# VIM #
#######
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

#########
# Maven #
#########
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties


########
# Node #
########
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules


####################
# Project Specific #
####################
.vim/backup/*
.vim/temp/*
.vim/.netrwhist
.DS_Store
.vim/.netrwhist

0 comments on commit 6fb8b01

Please sign in to comment.