Skip to content

Commit

Permalink
Merge pull request #15 from sparkfabrik/fix/dockerignore_and_gitignore
Browse files Browse the repository at this point in the history
refs platform/#2978: fix dockerignore and gitignore
  • Loading branch information
Monska85 authored Aug 7, 2024
2 parents 060fd02 + a5e533a commit 82224de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/init-files
/data
/initarchives
/initfiles
/initfilesystem
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/initarchives/**
!/initarchives/.gitkeep
/initfiles/**
!/initfiles/.gitkeep
/initfilesystem/**
!/initfilesystem/.gitkeep

/data
/initarchives/**
/initfiles/**
/initfilesystem/**
/tmp

# IDE files
Expand Down

0 comments on commit 82224de

Please sign in to comment.