forked from batfish/batfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (36 loc) · 1.06 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
/containers
/client
/testrigs
.DS_Store
.*.swp
# Maven files
dependency-reduced-pom.xml
pom.xml.versionsBackup
target/
.project/
# Ignore the list of java files to format-check
/files_to_check
# IntelliJ project files that should not be shared, per:
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
workspace.xml
tasks.xml
# https://stackoverflow.com/questions/11968531/what-to-gitignore-from-the-idea-folder
/.idea/uiDesigner.xml
# Additionally, per the lower level section, we should also not share
# the following files that are auto-generated from Maven.
/.idea/dictionaries/
/.idea/libraries/
*.iml
/.idea/modules.xml
#Eclipse project files that oscillate for some reason and get generated anyway
org.eclipse.core.resources.prefs
.classpath
.factorypath
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Ignore jacoco coverage reports
coverage*
# Ignore python cache files
__pycache__
.pytest_cache/