Skip to content

Commit c379b36

Browse files
committed
Update gitignore
1 parent 01afda9 commit c379b36

2 files changed

Lines changed: 68 additions & 43 deletions

File tree

.gitignore

Lines changed: 67 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,46 @@
11
# Created by .ignore support plugin (hsz.mobi)
2+
### Linux template
3+
*~
4+
5+
# temporary files which can be created if a process still has a handle open of a deleted file
6+
.fuse_hidden*
7+
8+
# KDE directory preferences
9+
.directory
10+
11+
# Linux trash folder which might appear on any partition or disk
12+
.Trash-*
13+
14+
# .nfs files are created when an open file is removed but is still being accessed
15+
.nfs*
16+
### Kotlin template
17+
# Log file
18+
*.log
19+
20+
# BlueJ files
21+
*.ctxt
22+
23+
# Mobile Tools for Java (J2ME)
24+
.mtj.tmp/
25+
26+
# Package Files #
27+
*.jar
28+
*.war
29+
*.nar
30+
*.ear
31+
*.zip
32+
*.tar.gz
33+
*.rar
34+
35+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
36+
hs_err_pid*
237
### JetBrains template
338
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
439
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
540

641
# User-specific stuff
742
.idea/**/workspace.xml
843
.idea/**/tasks.xml
9-
.idea/**/usage.statistics.xml
1044
.idea/**/dictionaries
1145
.idea/**/shelf
1246

@@ -23,16 +57,9 @@
2357
.idea/**/gradle.xml
2458
.idea/**/libraries
2559

26-
# Gradle and Maven with auto-import
27-
# When using Gradle or Maven with auto-import, you should exclude module files,
28-
# since they will be recreated, and may cause churn. Uncomment if using
29-
# auto-import.
30-
# .idea/modules.xml
31-
# .idea/*.iml
32-
# .idea/modules
33-
3460
# CMake
35-
cmake-build-*/
61+
cmake-build-debug/
62+
cmake-build-release/
3663

3764
# Mongo Explorer plugin
3865
.idea/**/mongoSettings.xml
@@ -60,45 +87,43 @@ fabric.properties
6087

6188
# Editor-based Rest Client
6289
.idea/httpRequests
63-
### Gradle template
64-
.gradle
65-
/build/
90+
### Java template
91+
# Compiled class file
6692

67-
# Ignore Gradle GUI config
68-
gradle-app.setting
93+
# Package Files #
6994

70-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
71-
!gradle-wrapper.jar
95+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
96+
### Windows template
97+
# Windows thumbnail cache files
98+
Thumbs.db
99+
ehthumbs.db
100+
ehthumbs_vista.db
72101

73-
# Cache of project
74-
.gradletasknamecache
102+
# Dump file
103+
*.stackdump
75104

76-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
77-
# gradle/wrapper/gradle-wrapper.properties
78-
### Kotlin template
79-
# Compiled class file
80-
*.class
105+
# Folder config file
106+
[Dd]esktop.ini
81107

82-
# Log file
83-
*.log
108+
# Recycle Bin used on file shares
109+
$RECYCLE.BIN/
84110

85-
# BlueJ files
86-
*.ctxt
111+
# Windows Installer files
112+
*.cab
113+
*.msi
114+
*.msix
115+
*.msm
116+
*.msp
87117

88-
# Mobile Tools for Java (J2ME)
89-
.mtj.tmp/
90-
91-
# Package Files #
92-
*.jar
93-
*.war
94-
*.nar
95-
*.ear
96-
*.zip
97-
*.tar.gz
98-
*.rar
99-
100-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
101-
hs_err_pid*
118+
# Windows shortcuts
119+
*.lnk
102120

121+
/idea-flex.skeleton
103122
!/gradle/wrapper/gradle-wrapper.jar
123+
build
124+
.gradle
125+
src/main/gen
126+
.idea/csv-plugin.xml
104127
token.txt
128+
private.pem
129+
chain.crt

.idea/kotlinc.xml

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

0 commit comments

Comments
 (0)