Initial deploy branch with static build output
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Deploy branch - only track build outputs
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# Except these files/directories
|
||||
!.gitignore
|
||||
!index.html
|
||||
!robots.txt
|
||||
!_app/
|
||||
!_app/**
|
||||
Reference in New Issue
Block a user