Initial commit
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
*/bin/
|
||||
*/pkg/
|
||||
*/vendor/
|
||||
|
||||
# Go executables
|
||||
*.exe
|
||||
*.exe~
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
.atom/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# Node modules
|
||||
/node_modules/
|
||||
|
||||
# Build outputs
|
||||
/build/
|
||||
/dist/
|
||||
/release/
|
||||
/pkg/
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# Ignore config with potential secrets
|
||||
config.yaml
|
||||
Reference in New Issue
Block a user