autobrr/.dockerignore
Devin Buhl 2cef58c8de
chore: Add CODE_OF_CONDUCT (#1098)
* 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>
2023-11-18 16:20:40 +01:00

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