You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FlaxEngine.gitignore 482B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Ignore Flax project files
  2. Binaries/
  3. Cache/
  4. Logs/
  5. Output/
  6. Screenshots/
  7. *.HotReload.*
  8. # Ignore Visual Studio project files (generated locally)
  9. *.csproj
  10. *.sln
  11. # Ignore thumbnails created by Windows
  12. Thumbs.db
  13. # Ignore files built by Visual Studio
  14. *.obj
  15. *.exe
  16. *.pdb
  17. *.user
  18. *.aps
  19. *.pch
  20. *.vspscc
  21. *_i.c
  22. *_p.c
  23. *.ncb
  24. *.suo
  25. *.tlb
  26. *.tlh
  27. *.bak
  28. *.cache
  29. *.ilk
  30. *.log
  31. [Bb]in
  32. [Dd]ebug*/
  33. *.lib
  34. *.sbr
  35. obj/
  36. [Rr]elease*/
  37. _ReSharper*/
  38. [Tt]est[Rr]esult*
  39. .vs/
  40. # Ignore Nuget packages folder
  41. packages/