Skip to content

Commit

Permalink
Ignore lock files since learn-browser handles versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gj committed Sep 25, 2017
1 parent 8918eda commit afbdaa8
Showing 1 changed file with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
.DS_Store
.idea
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

log
node_modules
out
tmp
# Runtime data
pids
*.pid
*.seed
*.pid.lock

*.iml
*.log
*.swp
# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# macOS system directory file
.DS_Store

.results.json
learn.auth.data.json
# Package lockfiles
package-lock.json
yarn.lock

0 comments on commit afbdaa8

Please sign in to comment.