Update gitignore for the upcoming purge
This commit is contained in:
parent
2cc8a2e001
commit
fffda30161
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,2 +1,14 @@
|
|||||||
public/**
|
# Ignore everything except explicitly allowed with `!`
|
||||||
deploy_id
|
/*
|
||||||
|
|
||||||
|
# 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…
x
Reference in New Issue
Block a user