.gitignore 400 B

123456789101112131415161718192021222324
  1. # ---> IPythonNotebook
  2. # Temporary data
  3. .ipynb_checkpoints/
  4. # ---> JDeveloper
  5. # default application storage directory used by the IDE Performance Cache feature
  6. .data/
  7. # used for ADF styles caching
  8. temp/
  9. # default output directories
  10. classes/
  11. deploy/
  12. javadoc/
  13. # lock file, a part of Oracle Credential Store Framework
  14. cwallet.sso.lck
  15. # ---> Laravel
  16. /bootstrap/compiled.php
  17. .env.*.php
  18. .env.php
  19. .env