Migrate to Gitea
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Compiled binary
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Rust/Cargo specific files
|
||||
/target/
|
||||
**/target/
|
||||
|
||||
# Build artifacts
|
||||
*.rlib
|
||||
|
||||
# Generated by Cargo
|
||||
Cargo.lock
|
||||
|
||||
# IDEs and editors
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*.swn
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Other
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user