Skip to content

Commit

Permalink
fix: cleanup gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Sep 26, 2019
1 parent 267d615 commit 0f8b731
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/node_modules/
/.nyc_output/
/.envrc
/dist/
.DS_Store
Expand All @@ -12,36 +10,16 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Firebase
.runtimeconfig.json

# Cache files
.cache
*.cache

# Runtime environment supports npm an Yarn lockfiles. A decision was made to use
# npm, therefore all other lock files are ignored.
pnpm-lock.yaml
yarn.lock

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

Expand All @@ -53,3 +31,4 @@ lib

# Coverage output
coverage
/.nyc_output/

0 comments on commit 0f8b731

Please sign in to comment.