forked from eclipse-opendut/opendut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (43 loc) · 1.14 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
#####################################################
# Development Configuration #
#####################################################
.env
/carl.toml
/edgar.toml
.env*
.ci/deploy/localenv/data/secrets/
#####################################################
# Build, Binaries and Libs #
#####################################################
target/
opendut-lea/dist/
.vagrant/
docker-logs/
/doc/book/
/doc/src/mdbook-plantuml-img
rustc-ice-*
.cache_ggshield
#####################################
# Logs #
#####################################
*.log
# NetBird proto files get downloaded from the web.
/opendut-edgar/netbird-client-api/proto/netbird-v*
#####################################################
# IntelliJ #
#####################################################
*.iml
.idea/
.run
#####################################################
# OS generated files #
#####################################################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.directory