Skip to content

Commit

Permalink
Hinzufügen von .dockerignore und Aktualisieren von .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thomsbe committed Mar 18, 2024
1 parent 0dedcbe commit d8880db
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node_modules
Dockerfile*
docker-compose*
.dockerignore
.git
.gitignore
README.md
LICENSE
.vscode
Makefile
helm-charts
.env
.editorconfig
.idea
coverage*
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ next-env.d.ts
dist
_site

# Ignore docker-compose.yml
docker-compose.yml

# Ignore lock files
package-lock.json
yarn.lock
Expand Down

0 comments on commit d8880db

Please sign in to comment.