You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
442 B
Plaintext
44 lines
442 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
src-tauri/target/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
src-tauri/WixTools/
|
|
src-tauri/icons/*.png
|
|
src-tauri/icons/*.ico
|
|
src-tauri/icons/*.icns
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Certificates (generated)
|
|
src-tauri/certs/
|
|
|
|
# Unnecessary files
|
|
vc_redist*.exe
|
|
package-lock.json
|