0.0.1
This commit is contained in:
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
# file: .gitignore
|
||||
# version: 1
|
||||
|
||||
!.gitignore
|
||||
|
||||
Cargo.lock
|
||||
/target/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# mails
|
||||
*.eml
|
||||
# Node
|
||||
node_modules
|
||||
package-lock.json
|
||||
dist
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
.settings/*
|
||||
!.settings/org.eclipse.core.resources.prefs
|
||||
.project
|
||||
|
||||
# PID
|
||||
*.pid
|
||||
|
||||
# var folder
|
||||
var/
|
||||
# env
|
||||
.env
|
||||
!.env.dev
|
||||
config.json
|
||||
|
||||
# bindings TS-rs
|
||||
bindings/
|
||||
|
||||
# gen rust tauri
|
||||
gen/
|
||||
|
||||
# sqlite
|
||||
data
|
||||
dbdata
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
delta*.md
|
||||
__pycache__
|
||||
Reference in New Issue
Block a user