mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-01-21 14:56:27 +02:00
chore(docker): invert .dockerignore
to make it simpler
This commit is contained in:
parent
ed0457a0e9
commit
b38e1625d9
@ -1,20 +1,11 @@
|
|||||||
# only db, scripts, src, and user directories are needed
|
# ignore everything
|
||||||
.git
|
*
|
||||||
.github
|
# except these directories
|
||||||
.husky
|
!db
|
||||||
.vscode
|
!scripts
|
||||||
logs
|
!src
|
||||||
node_modules
|
!user
|
||||||
# prisma will generated by postinstall script
|
# and these files
|
||||||
prisma
|
!.npmrc
|
||||||
.all-contributorsrc
|
!package.json
|
||||||
.commitlintrc.js
|
!pnpm-lock.yaml
|
||||||
.dockerignore
|
|
||||||
.env
|
|
||||||
.eslintrc.json
|
|
||||||
.gitattributes
|
|
||||||
.gitignore
|
|
||||||
CONTRIBUTORS.md
|
|
||||||
Dockerfile
|
|
||||||
jsconfig.json
|
|
||||||
README.md
|
|
||||||
|
Loading…
Reference in New Issue
Block a user