.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. *.sln.docstates
  7. # Build results
  8. [Dd]ebug/
  9. [Rr]elease/
  10. x64/
  11. build/
  12. [Bb]in/
  13. [Oo]bj/
  14. .vs/
  15. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  16. !packages/*/build/
  17. # MSTest test Results
  18. [Tt]est[Rr]esult*/
  19. [Bb]uild[Ll]og.*
  20. *_i.c
  21. *_p.c
  22. *.ilk
  23. *.meta
  24. *.obj
  25. *.pch
  26. *.pdb
  27. *.pgc
  28. *.pgd
  29. *.rsp
  30. *.sbr
  31. *.tlb
  32. *.tli
  33. *.tlh
  34. *.tmp
  35. *.tmp_proj
  36. *.log
  37. *.vspscc
  38. *.vssscc
  39. .builds
  40. *.pidb
  41. *.log
  42. *.scc
  43. # Visual C++ cache files
  44. ipch/
  45. *.aps
  46. *.ncb
  47. *.opensdf
  48. *.sdf
  49. *.cachefile
  50. # Visual Studio profiler
  51. *.psess
  52. *.vsp
  53. *.vspx
  54. # Guidance Automation Toolkit
  55. *.gpState
  56. # ReSharper is a .NET coding add-in
  57. _ReSharper*/
  58. *.[Rr]e[Ss]harper
  59. # TeamCity is a build add-in
  60. _TeamCity*
  61. # DotCover is a Code Coverage Tool
  62. *.dotCover
  63. # NCrunch
  64. *.ncrunch*
  65. .*crunch*.local.xml
  66. # Installshield output folder
  67. [Ee]xpress/
  68. # DocProject is a documentation generator add-in
  69. DocProject/buildhelp/
  70. DocProject/Help/*.HxT
  71. DocProject/Help/*.HxC
  72. DocProject/Help/*.hhc
  73. DocProject/Help/*.hhk
  74. DocProject/Help/*.hhp
  75. DocProject/Help/Html2
  76. DocProject/Help/html
  77. # Click-Once directory
  78. publish/
  79. # Publish Web Output
  80. *.Publish.xml
  81. # NuGet Packages Directory
  82. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  83. #packages/
  84. # Windows Azure Build Output
  85. csx
  86. *.build.csdef
  87. # Windows Store app package directory
  88. AppPackages/
  89. # Others
  90. sql/
  91. *.Cache
  92. ClientBin/
  93. [Ss]tyle[Cc]op.*
  94. ~$*
  95. *~
  96. *.dbmdl
  97. *.[Pp]ublish.xml
  98. *.pfx
  99. *.publishsettings
  100. # RIA/Silverlight projects
  101. Generated_Code/
  102. # Backup & report files from converting an old project file to a newer
  103. # Visual Studio version. Backup files are not needed, because we have git ;-)
  104. _UpgradeReport_Files/
  105. Backup*/
  106. UpgradeLog*.XML
  107. UpgradeLog*.htm
  108. # SQL Server files
  109. App_Data/*.mdf
  110. App_Data/*.ldf
  111. #LightSwitch generated files
  112. GeneratedArtifacts/
  113. _Pvt_Extensions/
  114. ModelManifest.xml
  115. # =========================
  116. # Windows detritus
  117. # =========================
  118. # Windows image file caches
  119. Thumbs.db
  120. ehthumbs.db
  121. # Folder config file
  122. Desktop.ini
  123. # Recycle Bin used on file shares
  124. $RECYCLE.BIN/
  125. # Mac desktop service store files
  126. .DS_Store
  127. ParkPC/*.dll
  128. ParkPC/*.txt
  129. .idea
  130. __pycache__
  131. DNA/log.txt
  132. dist
  133. files
  134. temp
  135. .idea
  136. __pycache__
  137. build
  138. node_modules
  139. /packages
  140. /DNAPC/ljerp_pulg.ini