forked from arangodb/arangodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
153 lines (129 loc) · 2.3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
tags
./build
build-presets
/core.*
*.vim
.deps
.dirstamp
*.o
*.a
*~
*.pyc
*.sdf
*.suo
*.log
*.iml
*.orig
*.rej
*.gcno
*.gcda
*.deb
*.rpm
*.user
.DS_Store
*.swp
*.diff
*.patch
!js/node/patches/*.patch
!js/apps/system/_admin/aardvark/APP/react/patches/*.patch
*.lnk
Thumbs.db
cppcheck.xml
enterprise
upgrade-data-tests
compile_commands.json
instanceinfo.json
testresult.json
testsStarted
soc-pokec-*
Documentation/man
build.sh
/build*/
Build64/
Build32/
Debug64/
Debug32/
Release64/
Release32/
WindowsLibraries/
/cluster/**
/cluster-init*/**
p/
/core
!3rdParty/iresearch/core
!core.h
TAGS
CMakeUserPresets.json
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
UnitTests/CTestTestfile.cmake
UnitTests/cmake_install.cmake
arangod/cmake_install.cmake
client-tools/cmake_install.cmake
cmake_install.cmake
lib/cmake_install.cmake
arangod/Aql/grammar.output
/bin
logs/
out/
etc/arangodb/*.conf
Installation/MacOSX/Bundle/Info.plist
nbproject/
.idea
.vs
CMakeSettings.json
.vscode
*.sublime-workspace
*.sublime-project
test.cpp.txt
.sass-cache
.sass-cache/
js/apps/*
!js/apps/system
!js/apps/system/*
js/apps/system/_admin/aardvark/APP/react/node_modules/
js/apps/system/_admin/aardvark/APP/react/node_modules/*
!js/apps/system/_admin/aardvark/APP/react/build
!js/apps/system/_admin/aardvark/APP/react/build/**
!js/apps/system/_admin/aardvark/APP/react/build/static
!js/apps/system/_admin/aardvark/APP/react/build/static/**
js/node/**/node_modules/.bin/
js/node/node_modules/**/*.md
!js/node/node_modules/**/LICENSE.md
js/node/node_modules/**/test/
js/node/node_modules/**/*.ts
js/node/node_modules/**/*.yml
js/node/node_modules/**/.babelrc
js/node/node_modules/**/.editorconfig
js/node/node_modules/**/.eslintrc
js/node/node_modules/**/.eslintrc.json
js/node/node_modules/**/.eslintignore
js/node/node_modules/**/.github
js/node/node_modules/**/.jscs.json
js/node/node_modules/**/.jslintrc
js/node/node_modules/**/.npmignore
js/node/node_modules/**/.nycrc
js/node/node_modules/**/.nyc_output
.gdb-history
npm-debug.log
/log-*
data-*
databases
cluster-init
datafile-*.db
# by build process
arangodb-linux-amd64
last_compiled_version.sha
scripts/perfanalysis
perf*
callgrind*
cmake-build*/
.cache/
js/node/**/*.map
js/node/**/*.map.gz
js/apps/**/*.map
js/apps/**/*.map.gz
swagger-ui-es-bundle*
swagger-ui.js
swagger-ui.js.map