29 lines
291 B
Plaintext
29 lines
291 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!/.gitignore
|
|
|
|
!*.go
|
|
!translations/**/*.json
|
|
!*.yml
|
|
!*.yaml
|
|
!go.sum
|
|
!go.mod
|
|
|
|
!README.md
|
|
!LICENSE
|
|
!CHANGELOG.md
|
|
!assets/
|
|
!docs/**/*.md
|
|
!docs/**/*.png
|
|
!tools/
|
|
|
|
# !Makefile
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
.vscode/settings.json
|
|
|
|
dist/
|