.gitignore 503 B

12345678910111213141516171819202122232425262728293031
  1. .DS_Store
  2. application/cache/*
  3. !application/cache/index.html
  4. application/logs/*
  5. !application/logs/index.html
  6. !application/*/.htaccess
  7. composer.lock
  8. user_guide_src/build/*
  9. user_guide_src/cilexer/build/*
  10. user_guide_src/cilexer/dist/*
  11. user_guide_src/cilexer/pycilexer.egg-info/*
  12. /vendor/
  13. # IDE Files
  14. #-------------------------
  15. /nbproject/
  16. .idea/*
  17. ## Sublime Text cache files
  18. *.tmlanguage.cache
  19. *.tmPreferences.cache
  20. *.stTheme.cache
  21. *.sublime-workspace
  22. *.sublime-project
  23. /tests/tests/
  24. /tests/results/