112 lines
1.8 KiB
Plaintext
112 lines
1.8 KiB
Plaintext
# git ignore file
|
|
#############################################
|
|
# Area generale
|
|
#############################################
|
|
StockMan.suo
|
|
*.suo
|
|
*.bak
|
|
*.cache
|
|
*.pdb
|
|
.DS_Store
|
|
#ignoro i pdb: area comune packages
|
|
/packages/AjaxControlToolkit.4.1.60623/lib/40/*.pdb
|
|
/packages/AjaxControlToolkit.4.1.60623/lib/35/*.pdb
|
|
/packages/*.pdb
|
|
/packages/*/*.pdb
|
|
/packages/*/*/*.pdb
|
|
/packages/*
|
|
|
|
#############################################
|
|
# Area SHERPA
|
|
#############################################
|
|
|
|
# ignoro i files log/PDF/temp
|
|
SHERPA/logs/*.txt
|
|
SHERPA/logs/*.zip
|
|
|SHERPA/logs/.PlaceHolder.file
|
|
SHERPA/bin/*
|
|
SHERPA/obj/*
|
|
VersGen/bin/*
|
|
VersGen/obj/*
|
|
|
|
@@ -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/
|
|
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
|
|
|
|
# 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
|