mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-19 14:46:39 +00:00
b2b7183a8f
Closes #417 Closes #584 Closes #658 Closes #630 Signed-off-by: Xe Iaso <me@xeiaso.net>
25 lines
247 B
Plaintext
25 lines
247 B
Plaintext
.env
|
|
*.deb
|
|
*.rpm
|
|
|
|
# Additional package locks
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
# Go binaries and test artifacts
|
|
main
|
|
*.test
|
|
|
|
node_modules
|
|
|
|
# MacOS
|
|
.DS_store
|
|
|
|
# Intellij
|
|
.idea
|
|
|
|
# how does this get here
|
|
doc/VERSION
|
|
|
|
web/static/js/*
|
|
!web/static/js/.gitignore |