forked from CactuseSecurity/firewall-orchestrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (56 loc) · 1.49 KB
/
.gitignore
File metadata and controls
70 lines (56 loc) · 1.49 KB
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
.vs/
.vscode/launch.json
.vscode/settings.local.json
.test_data/
roles/importer/venv/
ansible_venv/
*.todo
**/.venv/
**/__pycache__/
**/*.pyc
.vscode/launch.json
# Created by https://www.toptal.com/developers/gitignore/api/jetbrains+iml
# Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains+iml
### JetBrains+iml ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Jetbrains IDE generated content
**/.idea/
# Specifically instructed to keep this file out of the ignore
!.idea/
!.idea/ruff.xml
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# *.iml
# *.ipr
# CMake
cmake-build-*/
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### JetBrains+iml Patch ###
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
*.iml
modules.xml
*.ipr
# End of https://www.toptal.com/developers/gitignore/api/jetbrains+iml
.idea/copilot*
.idea/vcs.xml
.idea/inspectionProfiles
.idea/.gitignore
cov.xml
.coverage
.DS_Store
.dotnet