Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,45 +44,45 @@ $RECYCLE.BIN/
.env
.vagrant
Vagrantfile
user_guide_src/venv/
/user_guide_src/venv/
.python-version
user_guide_src/.python-version
/user_guide_src/.python-version

#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html
/writable/cache/*
!/writable/cache/index.html

writable/logs/*
!writable/logs/index.html
/writable/logs/*
!/writable/logs/index.html

writable/session/*
!writable/session/index.html
/writable/session/*
!/writable/session/index.html

writable/uploads/*
!writable/uploads/index.html
/writable/uploads/*
!/writable/uploads/index.html

writable/debugbar/*
!writable/debugbar/index.html
/writable/debugbar/*
!/writable/debugbar/index.html

writable/**/*.db
writable/**/*.sqlite
/writable/**/*.db
/writable/**/*.sqlite

php_errors.log

#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
/user_guide_src/build/*

#-------------------------
# Test Files
#-------------------------
tests/coverage*
/tests/coverage*

# Don't save phpunit under version control.
phpunit
/phpunit

#-------------------------
# Composer
Expand All @@ -105,14 +105,14 @@ _modules/*
*.iml

# Netbeans
nbproject/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
/nbproject/
/build/
/nbbuild/
/dist/
/nbdist/
/nbactions.xml
/nb-configuration.xml
/.nb-gradle/

# Sublime Text
*.tmlanguage.cache
Expand Down
32 changes: 16 additions & 16 deletions admin/framework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,38 +48,38 @@ Vagrantfile
#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html
/writable/cache/*
!/writable/cache/index.html

writable/logs/*
!writable/logs/index.html
/writable/logs/*
!/writable/logs/index.html

writable/session/*
!writable/session/index.html
/writable/session/*
!/writable/session/index.html

writable/uploads/*
!writable/uploads/index.html
/writable/uploads/*
!/writable/uploads/index.html

writable/debugbar/*
!writable/debugbar/index.html
/writable/debugbar/*
!/writable/debugbar/index.html

php_errors.log

#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
/user_guide_src/build/*
/user_guide_src/cilexer/build/*
/user_guide_src/cilexer/dist/*
/user_guide_src/cilexer/pycilexer.egg-info/*

#-------------------------
# Test Files
#-------------------------
tests/coverage*
/tests/coverage*

# Don't save phpunit under version control.
phpunit
/phpunit

#-------------------------
# Composer
Expand Down
32 changes: 16 additions & 16 deletions admin/starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,38 +48,38 @@ Vagrantfile
#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html
/writable/cache/*
!/writable/cache/index.html

writable/logs/*
!writable/logs/index.html
/writable/logs/*
!/writable/logs/index.html

writable/session/*
!writable/session/index.html
/writable/session/*
!/writable/session/index.html

writable/uploads/*
!writable/uploads/index.html
/writable/uploads/*
!/writable/uploads/index.html

writable/debugbar/*
!writable/debugbar/index.html
/writable/debugbar/*
!/writable/debugbar/index.html

php_errors.log

#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
/user_guide_src/build/*
/user_guide_src/cilexer/build/*
/user_guide_src/cilexer/dist/*
/user_guide_src/cilexer/pycilexer.egg-info/*

#-------------------------
# Test Files
#-------------------------
tests/coverage*
/tests/coverage*

# Don't save phpunit under version control.
phpunit
/phpunit

#-------------------------
# Composer
Expand Down