mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 08:18:17 +00:00
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 |