added inintla stuff
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# dotenv files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
**/dist/
|
||||
**/build/
|
||||
|
||||
# Vite cache
|
||||
.vite/
|
||||
.vitepress/cache/
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# npm package lock (optional, usually you commit this)
|
||||
# package-lock.json
|
||||
# yarn.lock
|
||||
|
||||
# Coverage (if you run tests)
|
||||
coverage/
|
||||
Reference in New Issue
Block a user