Inital commit of gitignore file
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Build output
|
||||
/dist/
|
||||
|
||||
# Dependency directories
|
||||
/node_modules/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Debug logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user