mirror of https://github.com/fiatjaf/nak.git
37 lines
314 B
Plaintext
37 lines
314 B
Plaintext
# git files
|
|
.git
|
|
.gitignore
|
|
|
|
# documentation
|
|
README.md
|
|
LICENSE
|
|
|
|
# development files
|
|
justfile
|
|
*.md
|
|
|
|
# test files
|
|
*_test.go
|
|
cli_test.go
|
|
|
|
# build artifacts
|
|
nak
|
|
*.exe
|
|
mnt
|
|
|
|
# ide and editor files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# os generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|