Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[UPDATE] dotfiles
  • Loading branch information
Planeshifter committed Nov 9, 2015
1 parent aa282a5 commit c8f9922
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@
reports/
build/
app/stanford-ner-*/
app/data/
TMP/

# Compiled source #
Expand Down
54 changes: 54 additions & 0 deletions .npmignore
@@ -0,0 +1,54 @@

# Files #
#########
Makefile
README.md
TODO.md

# Directories #
###############
build/
docs/
examples/
reports/
support/
test/
benchmark/
app/stanford-ner-*/
app/data/

# Node.js #
###########
.npmignore
/node_modules/

# Logs #
########
*.log

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Desktop.ini

# Temporary files #
###################
*~

# Git #
#######
.git*

# Utilities #
#############
.jshintrc
.jshintignore
.travis.yml
.editorconfig

0 comments on commit c8f9922

Please sign in to comment.