Initial Commit
+ Dockerization + Git Setup + Example Files + HandleBars Setup + Express Logic + Folder Structure + LICENSE + Public Folder
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# NodeJS
|
||||
node_modules
|
||||
|
||||
# Dist
|
||||
dist/*
|
||||
!dist/.keep
|
||||
|
||||
# Ignore Project specific files
|
||||
docker-compose.yaml
|
||||
.env
|
||||
Reference in New Issue
Block a user