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 147 B

3 år sedan
12345678910111213
  1. .DS_Store
  2. node_modules/
  3. npm-debug.log*
  4. yarn-debug.log*
  5. yarn-error.log*
  6. # Editor directories and files
  7. .idea
  8. .vscode
  9. *.suo
  10. *.ntvs*
  11. *.njsproj
  12. *.sln