-
Notifications
You must be signed in to change notification settings - Fork 402
/
.gitignore
216 lines (176 loc) · 3.73 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# User-specific stuff:
.idea/*.xml
*/.idea/*.xml
*.iml
.vscode/**
.java-version
.attach_pid*
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
# JIRA plugin
atlassian-ide-plugin.xml
### Java template
# Compiled class file
*.class
# Log file
*.log
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Asciidoctor plugin
.asciidoctor
### Maven template
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
### Eclipse template
.metadata
*.tmp
*.bak
*.swp
#*~.nib
local.properties
.settings/
.loadpath
.recommenders
.project
.classpath
# Locally stored "Eclipse launch configurations"
*.launch
# STS (Spring Tool Suite)
.springBeans
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Emacs backup files
#*~
.scannerwork
spock-reports
# Other exclusions
.DS_Store
elasticsearch-data/
jqassistant/
# Exclude the C++ libs
plc4cpp/libs/libs/
plc4cpp/.idea/
plc4cpp/cmake-build-debug/
# Ignore VisualStudio related files
**/CMakeSettings.json
**/.vs/**
# Exclude temporary python stuff
plc4py/venv/
**/__pycache__/**/*
/plc4cpp/.vscode/ipch
*.egg-info
**/Pipfile.lock
**/Pipfile
# Exclude gradle stuff
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
#exclude ruby specifics:
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
# Used by dotenv library to load environment variables.
# .env
# Ignore Byebug command history file.
.byebug_history
## Specific to RubyMotion:
.dat*
.repl_history
build/
*.bridgesupport
build-iPhoneOS/
build-iPhoneSimulator/
## Specific to RubyMotion (use of CocoaPods):
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# vendor/Pods/
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/
# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# Exclude VSCode project settings.
.vscode/
# Temp stuff ...
/plc4go/.idea/
plc4j/examples/hello-storage-elasticsearch/.factorypath
*.make
*.cmake
*.internal
link.txt*/
**/plc4c/**/Makefile
*.includecache
CMakeFiles/
CMakeCache.txt
DartConfiguration.tcl
/.idea/libraries/
/.idea/inspectionProfiles/
/out/
/.idea/codeStyles/codeStyleConfig.xml
/.idea/codeStyles/Project.xml
/.idea/.name
# Develocity
.mvn/.gradle-enterprise/
# UI
/plc4j/tools/ui/frontend/project/node/
/plc4j/tools/ui/frontend/project/node_modules/
/plc4j/tools/ui/frontend/project/dist/
/plc4j/tools/ui/frontend/project/.vite/**
/plc4j/tools/ui/frontend/frontend/.idea/vcs.xml
/plc4j/tools/ui/frontend/frontend/.idea/workspace.xml
/storage/**
/derby.log
/plc4c/.idea/codeStyles/codeStyleConfig.xml
/plc4c/.idea/codeStyles/Project.xml
/plc4c/.idea/.name