Renamed .keep to .gitkeep and ignore all files in /well-known

This commit is contained in:
2020-07-21 12:34:44 +02:00
parent fdae74bdfa
commit 9cd6fcdf05
2 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@@ -1,3 +1,9 @@
.DS_Store
node_modules/
public/
# exclude everything
frontend/assets/well-known/*
# exception to the rule
!frontend/assets/well-known/.gitkeep