v2
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user