mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Initial commit
This commit is contained in:
36
backend/.gitignore
vendored
Normal file
36
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# Test binary, build output, and coverage files
|
||||
*.test
|
||||
*.out
|
||||
*.cover
|
||||
*.prof
|
||||
*.fuzz
|
||||
|
||||
# Vendor directory
|
||||
/vendor/
|
||||
|
||||
# IDE/editor-specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# GoLand files
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user