プロジェクト作成
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -2,3 +2,13 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
.env
|
||||
.env.local
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
*.log
|
||||
.DS_Store
|
||||
db.sqlite3
|
||||
postgres_data/
|
||||
|
||||
Reference in New Issue
Block a user