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

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
/locales
npm-debug.log
/data
/public/uploads
/public/apos-minified
/data/temp/uploadfs
node_modules
# This folder is created on the fly and contains symlinks updated at startup (we'll come up with a Windows solution that actually copies things)
/public/modules
# We don't commit CSS, only LESS
/public/css/*.css
/public/css/*.map
# Don't commit masters generated on the fly at startup, these import all the rest
/public/css/master-*.less
.jshintrc
/public/js/_site-compiled.js
# Don't include the .idea folder which is used by the Webstorm IDE
.idea/workspace.xml
.idea/