-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (32 loc) · 1.04 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
### Added by Hedron's Bazel Compile Commands Extractor: https://github.com/hedronvision/bazel-compile-commands-extractor
# The external link: Differs on Windows vs macOS/Linux, so we can't check it in. The pattern needs to not have a trailing / because it's a symlink on macOS/Linux.
/external
# Bazel output symlinks: Same reasoning as /external. You need the * because people can change the name of the directory your repository is cloned into, changing the bazel-<workspace_name> symlink.
/bazel-*
# Compiled output -> don't check in
compile_commands.json
# Directory where clangd puts its indexing work
/.cache/
### Added by Hedron's Bazel Compile Commands Extractor: https://github.com/hedronvision/bazel-compile-commands-extractor
# Compiled output -> don't check in
/compile_commands.json
### NETZWERX
**/pyrightconfig.json
### Synk Commandline
snyk
### Build
build/
dist/
netzwerx.egg-info/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C++ Extension
*.exe
*.so
*.out
# WSL
**/*Zone.Identifier
# Vscode
.vscode/