# git ignore file ############################################# # Area generale ############################################# *.suo *.bak *.cache *.pdb .DS_Store #ignoro i pdb: area comune packages /packages/*.pdb /packages/*/*.pdb /packages/*/*/*.pdb /packages/* @@ -0,0 +1,333 @@ # ---> VisualStudio ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ #2024.03.26 rimessa area build x costruzione base path di threejs #build/ bld/ [Bb]in/ [Oo]bj/ # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUNIT *.VisualState.xml TestResult.xml # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c # DNX project.lock.json artifacts/ *_i.c *_p.c *_i.h *.ilk *.meta *.obj *.pch *.pdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.tmp_proj *.log *.vspscc *.vssscc #.builds *.pidb *.svclog *.scc *.dtbcache.v2 # Chutzpah Test files _Chutzpah* /VersGen/bin/Release/VersGen.dll /VersGen/bin/Release/VersGen.pdb /VersGen/obj/Release/VersGen.pdb /VersGen/obj/Release/VersGen.dll .ionide/symbolCache.db