-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
69 lines (56 loc) · 1.33 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Git info
.git/
# Old SVN information
.svn/
# VS crud
obj/
bin/
*.suo
*.user
packages/
Debug
*.psess
*.vsp
# Ignore everything in NevronTemp
/src/webs/CRM/NevronTemp/*
# Except NevronTemp itself
!/src/webs/CRM/NevronTemp/DUMMY.txt
# Ignore everything in NevronTemp
/src/webs/Publisher/NevronTemp/*
# Except the NevronTemp itself
!/src/webs/Publisher/NevronTemp/DUMMY.txt
#redis
/apps/*.dat
/apps/*.rdb
/apps/stdout
# doxygen generated files
docs/html
docs/latex
docs/*.tmp
# phash solution output
/lib/thirdparty/PHash/Debug/
/lib/thirdparty/PHash/Release/
# other junk
/db/*.out.sql
*.log
Publisher.xml
/src/tasks/MagazineRadar.SwfToGif/TestResults/MagazineRadar.SwfToGif.TE.Tests.mdf
/src/tasks/MagazineRadar.SwfToGif/TestResults/MagazineRadar.SwfToGif.TE.Tests_log.ldf
/src/_ReSharper.Internal
/src/tasks/AdRadarSynch/AdRadarSyncer/_ReSharper.AdRadarSyncer
/src/webs/FusionChartsImageGenerator/Content/Images/Charts
/src/webs/Publisher/temp
/src/webs/Publisher/Excel
/src/webs/Publisher/pdf
/src/.axoCover/
NHibernate-Redis-Cache-Log.txt
UpgradeLog.htm
/src/webs/CRM/CRM.vbproj.user
/src/webs/Publisher.Commons.Mvc/Views/razorgenerator.directives
/src/webs/Publisher.Web/Views/razorgenerator.directives
build/*-test-results.xml
*.vs/
*.ncrunchproject
Internal.v2.ncrunchsolution
Internal.crunchsolution.cache
/src/webs/ContentManager/build