25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

.gitignore 209 B

1 yıl önce
1 yıl önce
1 yıl önce
123456789101112131415161718192021
  1. .DS_Store
  2. node_modules
  3. # local env files
  4. .env.local
  5. .env.*.local
  6. # Log files
  7. npm-debug.log*
  8. yarn-debug.log*
  9. yarn-error.log*
  10. # Editor directories and files
  11. .idea
  12. .vscode
  13. *.suo
  14. *.ntvs*
  15. *.njsproj
  16. *.sln
  17. *.sw*