Skip to content

Commit

Permalink
Base gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jan 31, 2020
1 parent 71daab7 commit cc9517f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*

# Firebase cache
.firebase/
.firebase
.firebaserc

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# WebStorm
.idea

# Mac / Win files
.DS_Store
thumbs.db

0 comments on commit cc9517f

Please sign in to comment.