init project structer
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Next.js
|
||||
apps/web/.next
|
||||
apps/web/out
|
||||
|
||||
# Go
|
||||
apps/server-go/catsave
|
||||
apps/server-go/static
|
||||
|
||||
# Build
|
||||
dist
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user