# digraph-project-core/files/gitignore => .gitignore

# keep everything installed by composer out of git
/vendor

# keep storage, cache, and assets out of git
/cache
/storage
/web/assets/*
!/web/assets/.htaccess

# explicitly disallow tracking digraph-debug-module
# this is so you can just manually install the debug module
# on your dev environment and never accidentally commit it
/modules/digraph_debug_module/
/modules/digraph-debug-module/

# ignore environment config
env.yaml
