Skip to content

Commit

Permalink
updated dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 7, 2021
1 parent 4176d2a commit 18c88b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# git and github related files
# Git and GitHub
.github/
.git/
.gitignore
.gitattributes

# Gradle & build output folder
# Gradle
.gradle/
*/build/
**/build/

# Unused impexp stuff
# Docker
.dockerignore
Dockerfile*

# Unused impexp content
resources/contribs/**/*windows*
resources/contribs/**/*osx*
resources/javadoc
resources/license
resources/samples
resources/templates
LICENSE
*.md

# Unused docker stuff
.dockerignore
Dockerfile*
*.md

0 comments on commit 18c88b3

Please sign in to comment.