Skip to content

Commit 61d7647

Browse files
committed
gitignore updates
1 parent c5ae6fe commit 61d7647

3 files changed

Lines changed: 65 additions & 14 deletions

File tree

.gitignore

Lines changed: 60 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,61 @@
1-
*.iml
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### JetBrains template
3+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
4+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
5+
6+
# User-specific stuff:
7+
.idea/workspace.xml
8+
.idea/tasks.xml
9+
.idea/dictionaries
10+
.idea/vcs.xml
11+
.idea/jsLibraryMappings.xml
12+
13+
# Sensitive or high-churn files:
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
47+
48+
.idea/artifacts/
49+
.idea/codeStyleSettings.xml
50+
.idea/copyright/
51+
.idea/encodings.xml
52+
.idea/modules/
53+
Java-Memory-Manipulation.iml
54+
Offsets.txt
55+
dump.txt
56+
hello.txt
257
lib/
3-
.gradle/
4-
build/
5-
gradle/
6-
gradlew
7-
gradlew.bat
8-
Offset Scanner.jar
9-
*.MF
10-
launch4jconf.xml
11-
*.exe
12-
.idea/
13-
.idea/compiler.xml
14-
*.class
58+
src/main/java/META-INF/
59+
src/main/resources/
60+
src/test/
61+
target/

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)