-
Notifications
You must be signed in to change notification settings - Fork 290
/
.gitignore
113 lines (98 loc) · 2.63 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
# Local IDE configurations when running from sources/tests/ant
/system/
/config/
/tmpsettings/
/build/system/
/build/config/
# Test results from local test run (ant)
/TEST-*
# idea integration plugin artifact
/plugins/mps-idea-integration/IDEAPlugin/mps-idea-integration-plugin.jar
# MacOS user UI setting related file
.DS_Store
# Intellij Idea user workspace setting files
**/.idea/workspace.xml
**/.mps/workspace.xml
**/.mps/product-workspace.xml
/build/solution/.idea/workspace.xml
/MPSPlugin/.idea/workspace.xml
# Local user commits
**/.idea/shelf
**/.mps/shelf
# Build artifacts
/MPSPlugin/apiclasses
/build/tmp/
/contrib/build/tmp/
/build/artifacts/
/contrib/build/artifacts/
/build/resources/help/
/build/resources/JDK/
/build/resources/openJDK
classes
classes_gen
testclasses
kotlin_compiled_cache.xml
teamcity-info.xml
*.hprof
*.class
# Plugins related excludes:
# Downloadable plugin libraries
/plugins/mps-kotlin/lib
/plugins/debugger-api/lib
/plugins/debugger-java/lib
/plugins/dev/lib
/plugins/mps-vcs/lib/
/plugins/mps-java/lib/
/plugins/mps-java-workbench/lib/
/plugins/execution-languages/lib
/plugins/execution-configurations/lib
/plugins/jetpad/lib
/plugins/jetpad/lib/*.war
/plugins/jetpad/lib/jetpadBuildNumber.txt
/plugins/mps-junit5/lib
/plugins/mps-migration/migration-platform/lib
# Platform bundled plugins
# (in the same order as in the MPSProperties.groovy to simplify maintaining)
/plugins/java
/plugins/java-ide-customization
/plugins/copyright
/plugins/properties
/plugins/properties-resource-bundle-editor
/plugins/terminal
/plugins/emojipicker
/plugins/settingsSync
/plugins/tasks
/plugins/vcs-git
/plugins/vcs-svn
/plugins/vcs-github-community
/plugins/yaml
/plugins/ant
/plugins/sh
/plugins/vcs-changeReminder
/plugins/markdown
/plugins/grazie
/plugins/space
# some default plugins (not mentioned in MPSProperties.groovy)
/plugins/platform-images
/plugins/laf-macos
/plugins/laf-win10
/plugins/mps-devkit/lib
# Main libraries folder: dependencies are downloaded before complilation with task 'install' from build/getDependencies.xml
/lib/
# Intellij Idea platform artifact, which is extracted to bin, build, lib & plugins folders
/mps-platform.zip
# Kotlin compiler
/plugins/mps-kotlin/kotlinc
# Binary files, required for application startup (including Mac executable)
/bin/linux
/bin/mac
/bin/win
/build/resources/mps-aarch64
/build/resources/mps-x64
# Path to log files which is overriden in run configuration to allow developers to see log output in run/debug console
/log/
/bin/.mps-caches/logs
# Versions of library dependecies required for platform (like Kotlin, JDK etc)
/build/dependencies
# scripts for mac signing
/build/tools/mac