mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-28 23:50:05 -06:00
add basic gitignore
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Ignore builds
|
||||
reva-phoenix
|
||||
|
||||
# For Mac OS
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user