first commit
This commit is contained in:
70
gitignore.txt
Normal file
70
gitignore.txt
Normal file
@@ -0,0 +1,70 @@
|
||||
|
||||
### **.gitignore**
|
||||
|
||||
```gitignore
|
||||
# Binaries
|
||||
fush
|
||||
fush.exe
|
||||
fush-*
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Go workspace files
|
||||
*.mod
|
||||
*.sum
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Build artifacts
|
||||
/dist/
|
||||
/bin/
|
||||
/build/
|
||||
/tmp/
|
||||
|
||||
# Logs and data
|
||||
*.log
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
*.history
|
||||
|
||||
# Configuration (user-specific)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Fush specific
|
||||
.cache/
|
||||
.local/
|
||||
.config/
|
||||
history
|
||||
fush.log
|
||||
|
||||
# Test coverage
|
||||
*.cover
|
||||
*.coverprofile
|
||||
coverage.html
|
||||
coverage.out
|
||||
|
||||
# Debug
|
||||
__debug_bin
|
||||
debug
|
||||
*.dwp
|
||||
|
||||
# OS generated
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user