Skip to content

Commit

Permalink
Merge pull request #323 from multiflexi/custom_templates
Browse files Browse the repository at this point in the history
Ignore custom settings files and templates
  • Loading branch information
Progress1 authored Jul 25, 2024
2 parents 62e253e + b778b58 commit abe01e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build/
# sensitive data not to be commited
docker/.env
docker/secrets/*.txt
docker/traefik/dynamic/*.yml
.env.local
.env.*.local
src/.env
Expand All @@ -47,3 +48,7 @@ local/
*.njsproj.user
*.sln
*.sw?

# ignore custom templates
src/presenters/templates/custom/*
!src/presenters/templates/custom/README.md
1 change: 1 addition & 0 deletions src/presenters/templates/custom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place here your custom templates

0 comments on commit abe01e5

Please sign in to comment.