Craft Video Dictionary https://www.craftvideodictionary.org
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.gitignore 238B

123456789101112131415161718192021222324252627
  1. # File system junk files
  2. Desktop.ini
  3. Thumbs.db
  4. .DS_Store
  5. ._*
  6. .Spotlight-V100
  7. .Trashes
  8. .apdisk
  9. .fseventsd
  10. ..bfg-report
  11. # Archives
  12. *.zip
  13. # Editor files
  14. *.sublime-*
  15. *.swp
  16. .c9
  17. # Wordpress
  18. uploads
  19. db
  20. **/node_modules
  21. **/plugins/*
  22. # Env
  23. .env