.dockerignore 273 B

123456789101112131415161718192021
  1. # Build-generated resources
  2. resources/js/script.js
  3. resources/styles.css
  4. resources/assets/
  5. resources/index.html
  6. # Git
  7. .git
  8. .gitignore
  9. .gitattributes
  10. # Neutralinojs builds and binaries
  11. bin/
  12. dist/
  13. node_modules/
  14. # Logs and temp files
  15. *.log
  16. .storage
  17. .tmp
  18. .lite_workspace.lua