Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitignore #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
30 changes: 19 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
*.log.*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -69,16 +70,13 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env.test
.env*

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
# Next.js/Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

Expand All @@ -100,13 +98,23 @@ dist
# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

.taskkey
# IDE files
*.vsix
.idea
.vscode
.c9
.swp
.sublime

# OS generated files
**/.DS_Store
Thumbs.db
Desktop.ini

*.vsix
# TernJS port file
.tern-port

*.js
# Uncategorized or To Be Classified
# The purpose of the following files is not yet documented.
*.js
.taskkey