mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
44 lines
545 B
Plaintext
44 lines
545 B
Plaintext
# Ignore editor directories and files
|
|
.vscode/
|
|
|
|
# Ignore Gradle files
|
|
gradle/build.gradle
|
|
|
|
# Ignore Go generated files
|
|
*.pb.go
|
|
binary*.go
|
|
|
|
# Ignore configuration and demo directories
|
|
conf/demo/
|
|
demo/
|
|
|
|
# Ignore asset files
|
|
assets/
|
|
|
|
# Ignore V2Ray library files
|
|
libv2ray*.[a|j]ar
|
|
|
|
# Ignore binary files
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Ignore backup and temporary files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Ignore build and log directories
|
|
build/
|
|
logs/
|
|
|
|
# Ignore macOS files
|
|
.DS_Store
|
|
|
|
# Ignore Node.js dependencies
|
|
node_modules/
|
|
|
|
# Ignore Go vendor dependencies
|
|
vendor/
|