NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.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 298B

12345678910111213141516171819202122232425262728293031
  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/posts-to-posts/*
  22. **/plugins/*
  23. # Env
  24. .env
  25. # Build files
  26. vue-theme/build