mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00

* chore: Add CODE_OF_CONDUCT This would be great inorder to keep people on their best behavior when interacting with each other in this project. * Update .dockerignore * Update CODE_OF_CONDUCT.md --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
31 lines
422 B
Text
31 lines
422 B
Text
node_modules/
|
|
.run
|
|
.gitignore
|
|
.github
|
|
.dev
|
|
dev/
|
|
config.toml
|
|
.goreleaser.yml
|
|
Dockerfile
|
|
ci.Dockerfile
|
|
docker-compose.yml
|
|
README.md
|
|
CODE_OF_CONDUCT.md
|
|
bin
|
|
config
|
|
test
|
|
#web/*
|
|
#!web/public
|
|
#!web/src
|
|
#!web/dist*
|
|
#!web/package.json
|
|
#!web/yarn.lock
|
|
#!web/.yarnrc.yml
|
|
#!web/.yarn/releases
|
|
#!web/.eslintrc.js
|
|
#!web/postcss.config.js
|
|
#!web/tailwind.config.js
|
|
#!web/tsconfig.json
|
|
#!web/index.html
|
|
#!web/vite.config.ts
|
|
#!web/build.go
|