Skip to content

Commit

Permalink
added dockerignore, updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thundersparkf authored and ashusvnath committed Nov 24, 2023
1 parent 695ad3d commit 5d26e46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ dev-commands.txt
/static/
/avni-server-api/log/
/blacklisted.json
**/*.env
11 changes: 11 additions & 0 deletions docker/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ignore all files in the root directory
*
# Include the src directory
!src/
# Include the pom.xml file
!pom.xml
# Exclude the target directory and its contents
.gradle/
.idea/
.github/
.circleci/

0 comments on commit 5d26e46

Please sign in to comment.