Initial scaffold: project structure, .gitignore, go.mod
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Binaries
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
syncwarden
|
||||
syncwarden-panel
|
||||
syncwarden-setup
|
||||
|
||||
# Build output
|
||||
/dist/
|
||||
/dist-win/
|
||||
|
||||
# Test
|
||||
*.test
|
||||
*.out
|
||||
coverage.txt
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Packages
|
||||
*.deb
|
||||
*.rpm
|
||||
*.tar.gz
|
||||
*.zip
|
||||
Reference in New Issue
Block a user