Skip to content

Commit a0667c7

Browse files
committed
Remove intellij properties
1 parent cf9476f commit a0667c7

11 files changed

+6
-119
lines changed

.gitignore

+1-45
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,5 @@
11
java-assets/out
2-
3-
### JetBrains template
4-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
5-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
6-
7-
# User-specific stuff:
8-
.idea/**/workspace.xml
9-
.idea/**/tasks.xml
10-
.idea/dictionaries
11-
12-
# Sensitive or high-churn files:
13-
.idea/**/dataSources/
14-
.idea/**/dataSources.ids
15-
.idea/**/dataSources.xml
16-
.idea/**/dataSources.local.xml
17-
.idea/**/sqlDataSources.xml
18-
.idea/**/dynamic.xml
19-
.idea/**/uiDesigner.xml
20-
21-
# Gradle:
22-
.idea/**/gradle.xml
23-
.idea/**/libraries
24-
25-
# Mongo Explorer plugin:
26-
.idea/**/mongoSettings.xml
27-
28-
## File-based project format:
29-
*.iws
30-
31-
## Plugin-specific files:
32-
33-
# IntelliJ
34-
/out/
35-
36-
# mpeltonen/sbt-idea plugin
37-
.idea_modules/
38-
39-
# JIRA plugin
40-
atlassian-ide-plugin.xml
41-
42-
# Crashlytics plugin (for Android Studio and IntelliJ)
43-
com_crashlytics_export_strings.xml
44-
crashlytics.properties
45-
crashlytics-build.properties
46-
fabric.properties
2+
/.idea/
473

484
### Rust template
495
# Generated by Cargo

java-assets/java-assets.iml .idea/classfile-parser.iml

+3-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

-22
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

.idea/compiler.xml

-8
This file was deleted.

.idea/encodings.xml

-4
This file was deleted.

.idea/misc.xml

-6
This file was deleted.

.idea/modules.xml

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

-6
This file was deleted.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["parser-implementations"]
99
repository = "https://github.com/Palmr/classfile-parser"
1010
readme = "README.md"
1111
license = "MIT"
12-
exclude = [".idea/**/*", "classfile-parser.iml", "java-assets/out/**/*"]
12+
exclude = ["java-assets/out/**/*"]
1313

1414
[dependencies]
1515
nom = "7"

classfile-parser.iml

-15
This file was deleted.

0 commit comments

Comments
 (0)