Update gitignore for the upcoming purge
This commit is contained in:
parent
2cc8a2e001
commit
fffda30161
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue