42 lines
432 B
Plaintext
42 lines
432 B
Plaintext
# Dependencies
|
|
node_modules
|
|
nextjs_space/node_modules
|
|
|
|
# Build outputs
|
|
.next
|
|
nextjs_space/.next
|
|
nextjs_space/.build
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Misc
|
|
*.log
|
|
.DS_Store
|
|
*.md
|
|
!PROJECT_README.txt
|
|
|
|
# Docker
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Test / coverage
|
|
coverage
|
|
*.test.ts
|
|
*.spec.ts
|
|
__tests__
|
|
|
|
# Abacus specific
|
|
.abacus.donotdelete
|
|
*.7z
|
|
*.zip
|
|
|
|
# TypeScript source maps (not needed in build output)
|
|
*.map
|