forked from apache/lucenenet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (60 loc) · 1.1 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
# this is the git pattern ignore file for the project.
# Git can be used with svn http://code.google.com/p/msysgit/
bin
Bin
obj
*.user
*.suo
*.bak
*.vs10x
*.VisualState.xml
*.userprefs
*.pidb
*.ide
*.project.lock.json
test-results
build/artifacts
build/bin
_ReSharper*
*.orig
*.cache
src/core/Messages/
test/core/Messages/
src/core/QueryParser/
test/core/QueryParser/
src/contrib/
test/contrib/
src/core/obj/
src/core/bin/
test/core/obj/
test/core/bin/
bin/
obj/
doc/
src/demo/
packages/
.vs/
*.lock.json
TestResults/
test-files/analysis/data/
[Nn]u[Gg]et[Pp]ackages/
out.dot
release/
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# For the build tools that are downloading when building Lucene.NET
.tools/
# NUnit test result file produced by nunit3-console.exe
[Tt]est[Rr]esult.xml
websites/**/_site/*
websites/**/tools/*
websites/**/_exported_templates/*
websites/**/api/.manifest
websites/**/docfx.log
websites/**/lucenetemplate/plugins/*
websites/apidocs/api/**/*.yml
websites/apidocs/api/**/*.manifest
!websites/apidocs/api/toc.yml
# Apache Releases on Subversion
svn-*/