refactor: add prefix to templates to avoid side effects

This commit is contained in:
Karl-Philipp Wulfert
2018-12-04 17:27:24 +01:00
parent 48fbd6ee38
commit 941570a140
4 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except this files/folders
!docs
!lib
!LICENSE
!package.json
!package-lock.json
!README.md