Files
jnss-web/.gitignore

11 lines
162 B
Plaintext

# Deploy branch - only track build outputs
# Ignore everything by default
*
# Except these files/directories
!.gitignore
!index.html
!robots.txt
!_app/
!_app/**