Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hparra committed Nov 1, 2016
1 parent 0112da4 commit 7411ec0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- mode: gitignore; -*-
#
# .gitignore - specifies intentionally untracked files to ignore
#
# See https://git-scm.com/docs/gitignore for documentation
# See https://github.com/github/gitignore for various examples
#

# emacs
*~
\#*\#

# mac os x
*.DS_Store
._*

# project standards
tmp
private
*.log

# Node.js
node_modules

0 comments on commit 7411ec0

Please sign in to comment.