forked from AlchemistSimulator/Alchemist
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (53 loc) · 767 Bytes
/
.gitignore
File metadata and controls
61 lines (53 loc) · 767 Bytes
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
# Eclipse
.metadata/
.recommenders/
# Xtext
**/*-gen/
**/*generated*/
# Gradle
build/
bin/
.gradle
gradle.prefs
gradle.xml
# Hugo
site/public
# KDE
.directory
*.kate-swp
# Kotlin
.kotlin/
# Idea
out/
uiDesigner.xml
buildProfile/
*.iml
.idea/artifacts/
.idea/copilot/
.idea/libraries/
.idea/ktfmt.xml
.idea/workspace.xml
.idea/codeStyleSettings.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/jarRepositories.xml
.idea/dataSources.local.xml
.idea/libraries-with-intellij-classes.xml
.idea/runConfigurations.xml
.idea/shelf
.idea/checkstyle-idea.xml
/.idea/kotlinc.xml
# MacOS
.DS_Store
# Other
*.cache-main
*.cache-tests
**/*.kotlintest*/*
.kotlintest/
modules.xml
scala_compiler.xml
compiler.xml
misc.xml
.name
node_modules/
.vscode
.hugo_build.lock