create AI_template
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
# General OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors/IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
*.log.*
|
||||
*.pid
|
||||
*.pid.lock
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Node / JavaScript
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
.nyc_output/
|
||||
.eslintcache
|
||||
|
||||
# Next.js / frameworks
|
||||
.next/
|
||||
.vercel/
|
||||
.turbo/
|
||||
.cache/
|
||||
.tmp/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Package managers
|
||||
yarn-error.log*
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
Reference in New Issue
Block a user