|
1 | 1 | # 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* |
2 | 37 | ### JetBrains template |
3 | 38 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
4 | 39 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
5 | 40 |
|
6 | 41 | # User-specific stuff |
7 | 42 | .idea/**/workspace.xml |
8 | 43 | .idea/**/tasks.xml |
9 | | -.idea/**/usage.statistics.xml |
10 | 44 | .idea/**/dictionaries |
11 | 45 | .idea/**/shelf |
12 | 46 |
|
|
23 | 57 | .idea/**/gradle.xml |
24 | 58 | .idea/**/libraries |
25 | 59 |
|
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 | | - |
34 | 60 | # CMake |
35 | | -cmake-build-*/ |
| 61 | +cmake-build-debug/ |
| 62 | +cmake-build-release/ |
36 | 63 |
|
37 | 64 | # Mongo Explorer plugin |
38 | 65 | .idea/**/mongoSettings.xml |
@@ -60,45 +87,43 @@ fabric.properties |
60 | 87 |
|
61 | 88 | # Editor-based Rest Client |
62 | 89 | .idea/httpRequests |
63 | | -### Gradle template |
64 | | -.gradle |
65 | | -/build/ |
| 90 | +### Java template |
| 91 | +# Compiled class file |
66 | 92 |
|
67 | | -# Ignore Gradle GUI config |
68 | | -gradle-app.setting |
| 93 | +# Package Files # |
69 | 94 |
|
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 |
72 | 101 |
|
73 | | -# Cache of project |
74 | | -.gradletasknamecache |
| 102 | +# Dump file |
| 103 | +*.stackdump |
75 | 104 |
|
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 |
81 | 107 |
|
82 | | -# Log file |
83 | | -*.log |
| 108 | +# Recycle Bin used on file shares |
| 109 | +$RECYCLE.BIN/ |
84 | 110 |
|
85 | | -# BlueJ files |
86 | | -*.ctxt |
| 111 | +# Windows Installer files |
| 112 | +*.cab |
| 113 | +*.msi |
| 114 | +*.msix |
| 115 | +*.msm |
| 116 | +*.msp |
87 | 117 |
|
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 |
102 | 120 |
|
| 121 | +/idea-flex.skeleton |
103 | 122 | !/gradle/wrapper/gradle-wrapper.jar |
| 123 | +build |
| 124 | +.gradle |
| 125 | +src/main/gen |
| 126 | +.idea/csv-plugin.xml |
104 | 127 | token.txt |
| 128 | +private.pem |
| 129 | +chain.crt |
0 commit comments