chore: add resources dir to gitignore (#59)
This commit is contained in:
parent
04ab12f042
commit
5b74eef230
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
public/
|
||||
# IDEs
|
||||
.idea/
|
||||
|
||||
# Hugo
|
||||
resources/
|
||||
public/
|
||||
|
|
Loading…
Reference in a new issue