add hidden dockerignore and gitattributes

This commit is contained in:
Moriz Wahl 2021-10-26 08:51:41 +02:00
parent a06815c841
commit 2309dae92d
3 changed files with 19 additions and 1 deletions

3
admin/.dockerignore Normal file
View File

@ -0,0 +1,3 @@
node_modules
.git
.gitignore

15
admin/.gitattributes vendored Normal file
View File

@ -0,0 +1,15 @@
# Auto detect text files and perform LF normalization
*.scss linguist-language=Vue
*.css linguist-language=Vue
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

View File

@ -52,7 +52,7 @@ services:
- NODE_ENV="production"
# env_file:
# - ./.env
# - ./frontend/.env
# - ./admin/.env
#########################################################
## MARIADB ##############################################