init
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
.idea
|
||||
.vscode
|
||||
.venv/
|
||||
logs/
|
||||
__pycache__
|
||||
|
||||
# ============================================
|
||||
# From app/.gitignore
|
||||
# ============================================
|
||||
config.yaml
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build outputs
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Cache and Arts directories
|
||||
.cache/
|
||||
.arts/
|
||||
**/.cache/
|
||||
**/.arts/
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# ============================================
|
||||
# From app/src-tauri/.gitignore
|
||||
# ============================================
|
||||
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
app/src-tauri/target/
|
||||
|
||||
# Generated by Tauri
|
||||
# will have schema files for capabilities auto-completion
|
||||
app/src-tauri/gen/schemas
|
||||
Reference in New Issue
Block a user