This repository was archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (62 loc) · 1.63 KB
/
Copy path.gitignore
File metadata and controls
78 lines (62 loc) · 1.63 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
71
72
73
74
75
76
77
78
# Own ignore here
output/
HMI/src/resources/config.properties
HMI/.idea/workspace.xml
Robots/ASR/Release/
Robots/ASR/Debug/
Robots/ASR/__vm/
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
HMI/.idea/workspace.xml
HMI/.idea/tasks.xml
HMI/.idea/usage.statistics.xml
HMI/.idea/dictionaries
HMI/.idea/shelf
# Generated files
HMI/.idea/contentModel.xml
# Sensitive or high-churn files
HMI/.idea/dataSources/
HMI/.idea/dataSources.ids
HMI/.idea/dataSources.local.xml
HMI/.idea/sqlDataSources.xml
HMI/.idea/dynamic.xml
HMI/.idea/uiDesigner.xml
HMI/.idea/dbnavigator.xml
# Gradle
HMI/.idea/gradle.xml
HMI/.idea/libraries
# 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.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
HMI/cmake-build-*/
# Mongo Explorer plugin
HMI/.idea/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
HMI/out/
# mpeltonen/sbt-idea plugin
HMI/.idea_modules/
# JIRA plugin
HMI/atlassian-ide-plugin.xml
# Cursive Clojure plugin
HMI/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
HMI/com_crashlytics_export_strings.xml
HMI/crashlytics.properties
HMI/crashlytics-build.properties
HMI/fabric.properties
# Editor-based Rest Client
HMI/.idea/httpRequests
# Android studio 3.1+ serialized cache file
HMI/.idea/caches/build_file_checksums.ser
HMI/.idea/misc.xml
.vscode/*
.vscode/
*.pdf