Skip to content

Commit

Permalink
(env): add standard Node .gitignore
Browse files Browse the repository at this point in the history
- for now so that pack and logs are ignored, but also node_modules,
  etc in the future
  • Loading branch information
agilgur5 committed Jul 11, 2019
1 parent bf4eb01 commit 82bd859
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Node ###

# Logs
logs
*.log
npm-debug.log*

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env

0 comments on commit 82bd859

Please sign in to comment.