Update gitignore for the upcoming purge

This commit is contained in:
David Thurstenson 2021-10-07 01:49:56 -05:00
parent 2cc8a2e001
commit fffda30161
1 changed files with 14 additions and 2 deletions

16
.gitignore vendored
View File

@ -1,2 +1,14 @@
public/**
deploy_id
# Ignore everything except explicitly allowed with `!`
/*
# Track this gitignore because duh
!.gitignore
# Track gitmodules because also duh
!.gitmodules
# Content folder where the actual ...ya know... content lives
!content/
# Deploy script
!deploy