Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Dependencies
node_modules/
jspm_packages/
package-lock.json

# Environment variables
.env
.env.test
.env.local
.env.*.local
.env.production

# Logs
logs
*.log
Expand All @@ -20,9 +32,11 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage/
*.lcov

# nyc test coverage
.nyc_output/
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
Expand All @@ -37,10 +51,6 @@ bower_components
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

Expand Down Expand Up @@ -68,12 +78,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test
.env.production
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
Expand All @@ -88,7 +92,6 @@ dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# /public

# vuepress build output
Expand All @@ -108,8 +111,11 @@ dist

# Mac OS files
.DS_Store
Thumbs.db

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
Loading
Loading