forked from volta-cli/volta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (35 loc) · 876 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
/target/
**/*.rs.bk
Notion.msi
Volta.msi
dev/windows/*.log
dev/windows/Notion.wixobj
dev/windows/Volta.wixobj
dev/windows/Notion.wixpdb
dev/windows/Volta.wixpdb
dev/unix/install.sh
/.idea/
/rls/
/rls*
# Created by https://www.gitignore.io/api/intellij (and then modified heavily)
### Intellij ###
# Ignore all IDEA files. This means you may have to rebuild the project on your
# new machines at times, but avoids checking in a bunch of files which are not
# generally relevant to other developers.
.idea
# CMake
cmake-build-*/
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# End of https://www.gitignore.io/api/intellij