Files
godot-website/.gitignore
Hugo Locurcio 4329bbfd75 Remove unused and obsolete deployment setup
We no longer require CSS assets to be compiled. Instead, we just run
`git pull` on the production server to deploy changes.
2021-03-15 04:22:56 +01:00

41 lines
541 B
Plaintext

# Exclude everything by default (this is a CMS!), and whitelist the safe stuff
/*
!/README.md
!/ISSUE_TEMPLATE.md
!/LICENSE.txt
# Vim
*.swp
*.swo
# Git stuff
!.gitattributes
!.gitmodules
!.gitignore
# October CMS
node_modules
# Plugins
!/plugins
/plugins/october/demo
# Themes
!/themes
/themes/demo
# Docker
!/docker
!/docker/mariadb/init/000-setup.sql
/docker/mariadb/init/*.sql
/docker/mariadb/storage
# Continuous integration
!.github/
!lighthouserc.js
# Linting/formatting setup
!.prettierignore
!package-lock.json
!package.json