Files
godot-website/.gitignore
2022-07-11 19:28:13 +03:00

38 lines
539 B
Plaintext

# Exclude everything by default (this is a CMS!), and whitelist the safe stuff
/*
!/README.md
!/DEVELOPMENT_SETUP.md
!/ISSUE_TEMPLATE.md
!/LICENSE.txt
# Vim
*.swp
*.swo
# Git stuff
!.gitattributes
!.gitmodules
!.gitignore
# Local development tools
node_modules
# Winter CMS files
# Themes
!/themes
# 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