Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv committed Sep 23, 2015
1 parent 9825cbf commit 19d276c
Showing 1 changed file with 55 additions and 21 deletions.
76 changes: 55 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,65 @@
node_modules
npm-debug.log
### Environment configuration ###
.env

*.DS_Store
*.seed
### Node ###
# Logs
logs
*.log
*.csv
*.dat
*.out
*.pid
*.gz

# Runtime data
pids
logs
results
*.pid
*.seed

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

### Sass ###
.sass-cache
.tmp
*.css.map

src/css
### JetBrains ###
*.iml
.idea/

dist/
### Archives ###
*.gz
*.zip

/index.html
/landing.html
/fittable.js
/fittable.css
/react.js
/browser-polyfill.js
dev/
### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

### Linux ###
*~

# KDE directory preferences
.directory

### Project-specific ###

# Continuous deployment
.deploy_key

# Compiled files
dist/
.tmp

# Temporary stuff
tmp/

0 comments on commit 19d276c

Please sign in to comment.