Initial commit of content.

This commit is contained in:
2021-01-13 11:25:45 -08:00
commit 9b8760fd34
67 changed files with 25486 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# List files and folders that shouldn't be deployed (such as data folders and runtime status files) here.
# In our projects .git and .gitignore are good candidates, also 'data' which contains persistent files
# that are *not* part of deployment. A good place for things like data/port, data/pid, and any
# sqlite databases or static web content you may need
data
temp
public/uploads
public/modules
public/apos-minified
.git
.gitignore
# We don't deploy these anymore, instead we always 'npm install' to ensure
# that any compiled C++ modules are built for the right architecture
node_modules