mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 02:21:43 +08:00
33 lines
485 B
Plaintext
33 lines
485 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
boot.php
|
|
index.php
|
|
install.php
|
|
/config/*
|
|
!/config/config.php
|
|
/controllers/*
|
|
/init/*
|
|
/logs/*
|
|
/phproad/*
|
|
/temp/*
|
|
/uploaded/*
|
|
/installer_files/*
|
|
/modules/backend/*
|
|
/modules/blog/*
|
|
/modules/cms/*
|
|
/modules/core/*
|
|
/modules/session/*
|
|
/modules/shop/*
|
|
/modules/system/*
|
|
/modules/users/*
|
|
# add content_*.php if you don't want erase client changes to content
|