satyr/.gitignore
knotteye f7733b9507 Big Refactor
Stop using config and toml as dependencies
Stop passing around config variables through function calls
Add config.ts and pull the values you need directly in the files
Remove irc.js for incoming new IRC solution
Rename controller to index because that was stupid
Minor git bullshit with the config folder
Change to yaml as a config format
2019-12-21 08:59:35 -06:00

7 lines
82 B
Plaintext

node_modules
site/live
config/**/*
!config/.gitkeep
install/db_setup.sql
build/**