-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (44 loc) · 840 Bytes
/
.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
.gradle
build/
bin/
# 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
# IntelliJ files
.idea/*
*.idea/*
gen/
classes/
out/
build
*build
*.iml
*.ipr
*.iws
# But do include certain IntelliJ run configurations
!.idea/runConfigurations/deploy.xml
!.idea/runConfigurations/test.xml
# GradleRIO files
robot2017.iml
robot2017.ipr
robot2017.iws
# R workspace files
*.RData
*.Rhistory
#Other
.metadata/
.DS_Store
bash.exe.stackdump
.vscode/
#Copied log files
logs/
*Log*.csv
#Generated profiles in the base-level directory
#*Profile.csv
# GUI layout configuration for Robot Simulation GUI
imgui.ini