mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update .dockerignore and .gitignore
This commit is contained in:
parent
957bb4cea2
commit
bdcadcb433
@ -1,10 +1,16 @@
|
||||
.vscode/
|
||||
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
.nyc_output/
|
||||
.github/
|
||||
.travis.yml
|
||||
.graphqlconfig
|
||||
.env
|
||||
|
||||
Dockerfile
|
||||
docker-compose*.yml
|
||||
scripts/
|
||||
|
||||
.env
|
||||
./*.png
|
||||
./*.log
|
||||
|
||||
kubernetes/
|
||||
node_modules/
|
||||
scripts/
|
||||
dist/
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,5 +2,6 @@ node_modules/
|
||||
.env
|
||||
.vscode
|
||||
yarn-error.log
|
||||
dist/*
|
||||
coverage.lcov
|
||||
.nyc_output/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user