Skip to content

Commit

Permalink
added .gitignore and .dockerignore to the backed project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoch authored and Tobias Schoch committed Mar 5, 2019
1 parent fe2ecec commit 32e5599
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions {{cookiecutter.project_slug}}/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Created by .ignore support plugin (hsz.mobi)
### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen
9 changes: 9 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Created by .ignore support plugin (hsz.mobi)
### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen

0 comments on commit 32e5599

Please sign in to comment.