-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitignore
More file actions
55 lines (50 loc) · 867 Bytes
/
gitignore
File metadata and controls
55 lines (50 loc) · 867 Bytes
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
# IDE and misc software files.
*.xcworkspace
.idea
.vs
.vscode
*~*.TMP
*.kdev4
.DS_Store
._.DS_Store
*.swp
*.orig
*.rej
*.autosave
CMakeLists.txt.user
CMakeSettings.json
CMakeUserPresets.json
.vim*
.ccls*
compile_commands.json
.clangd
.cache
_ReSharper.Caches
env
venv
output.xml
*.ts-e
/git_info.txt
# Precompiled files.
__pycache__
*.pyc
*.qmlc
*.jsc
# Build folders in the repository root.
/**/build/
/**/build-*/
/**/*-build/
# Cloud-specific files.
.pabotsuitenames
/cloud/backend/cloud_tests/monitoring/build/
/cloud/backend/cloud_tests/monitoring/dist/
/cloud/backend/cloud_tests/monitoring/env/
/cloud/backend/cloud_tests/monitoring/monitoring_simple.egg-info/
/cloud/backend/discovery/discovery_service/nx/cloud/discovery/version.go
/cloud/deploy/monitoring_simple/stage/
*.deb
# Go path generated binaries
/go/pkg/
/go/bin/
# NodeJS files
node_modules