Skip to content
Open
Show file tree
Hide file tree
Changes from 12 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: 1 addition & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
# Dependencies
node_modules/
package-lock.json

# Build outputs
dist/

# Environment variables
.env
*.local
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
Outdated
.env.local
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*

# Testing
coverage/

# Backup files
*.backup
Loading