In that situation it’s really difficult to find the true and most trustworthy which are providing the real services.
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.

100 lines
2.2 KiB

  1. # ---> Phoenix
  2. # gitignore template for Phoenix projects
  3. # website: http://www.phoenixframework.org/
  4. #
  5. # Recommended template: Elixir.gitignore
  6. # Temporary files
  7. /tmp
  8. # Static artifacts
  9. /node_modules
  10. /assets/node_modules
  11. # Since we are building assets from web/static,
  12. # we ignore priv/static. You may want to comment
  13. # this depending on your deployment strategy.
  14. /priv/static/
  15. # Installer-related files
  16. /installer/_build
  17. /installer/tmp
  18. /installer/doc
  19. /installer/deps
  20. # ---> Delphi
  21. # Uncomment these types if you want even more clean repository. But be careful.
  22. # It can make harm to an existing project source. Read explanations below.
  23. #
  24. # Resource files are binaries containing manifest, project icon and version info.
  25. # They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
  26. #*.res
  27. #
  28. # Type library file (binary). In old Delphi versions it should be stored.
  29. # Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
  30. #*.tlb
  31. #
  32. # Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
  33. # Uncomment this if you are not using diagrams or use newer Delphi version.
  34. #*.ddp
  35. #
  36. # Visual LiveBindings file. Added in Delphi XE2.
  37. # Uncomment this if you are not using LiveBindings Designer.
  38. #*.vlb
  39. #
  40. # Deployment Manager configuration file for your project. Added in Delphi XE2.
  41. # Uncomment this if it is not mobile development and you do not use remote debug feature.
  42. #*.deployproj
  43. #
  44. # C++ object files produced when C/C++ Output file generation is configured.
  45. # Uncomment this if you are not using external objects (zlib library for example).
  46. #*.obj
  47. #
  48. # Delphi compiler-generated binaries (safe to delete)
  49. *.exe
  50. *.dll
  51. *.bpl
  52. *.bpi
  53. *.dcp
  54. *.so
  55. *.apk
  56. *.drc
  57. *.map
  58. *.dres
  59. *.rsm
  60. *.tds
  61. *.dcu
  62. *.lib
  63. *.a
  64. *.o
  65. *.ocx
  66. # Delphi autogenerated files (duplicated info)
  67. *.cfg
  68. *.hpp
  69. *Resource.rc
  70. # Delphi local files (user-specific info)
  71. *.local
  72. *.identcache
  73. *.projdata
  74. *.tvsconfig
  75. *.dsk
  76. # Delphi history and backups
  77. __history/
  78. __recovery/
  79. *.~*
  80. # Castalia statistics file (since XE7 Castalia is distributed with Delphi)
  81. *.stat
  82. # Boss dependency manager vendor folder https://github.com/HashLoad/boss
  83. modules/
  84. # ---> DartEditor
  85. .project
  86. .buildlog