Files
accounting_dev/.gitignore
T
2026-07-12 22:10:02 +07:00

40 lines
652 B
Plaintext

.DS_Store
application/config/config.php
application/config/database.php
application/controllers/Dbcompare.php
.htaccess
uploads/temp_qr/*.png
application/cache/*
!application/cache/index.html
application/logs/*
!application/logs/index.html
!application/*/.htaccess
tests/mocks/database/ci_test.sqlite
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
# IDE Files
#-------------------------
/nbproject/
.idea/*
## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/tests/tests/
/tests/results/