Skip to content

Instantly share code, notes, and snippets.

@callmetwan
Created September 29, 2020 18:53
Show Gist options
  • Save callmetwan/b6ae32866921c7c935836bc1b2302d43 to your computer and use it in GitHub Desktop.
Save callmetwan/b6ae32866921c7c935836bc1b2302d43 to your computer and use it in GitHub Desktop.
Base .gitignore for JS/TS projects
# Logs
logs
*.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
#dist folder
dist
.cache
# IDEA/Webstorm project files
.idea
*.iml
#VSCode metadata
.vscode
# Mac files
.DS_Store
#firebase
firebaseConfig.ts
.firebase
#env
.env
.env.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment