We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4069eaa commit 5f65bccCopy full SHA for 5f65bcc
1 file changed
.gitignore
@@ -0,0 +1,40 @@
1
+.DS_Store
2
+*build/
3
+.gradle/
4
+ui/
5
+*.orig
6
+*~
7
+
8
+# Generated files
9
+dist/
10
+src/docs/api
11
+TAGS
12
13
+# IDE-specific ignores
14
+# lists comes from import, and running project build
15
16
+# IntelliJ IDEA
17
+.idea/
18
+out/
19
+*.iml
20
+*.ipr
21
+*.iws
22
23
+# Eclipse
24
+.settings/
25
+.classpath
26
+.project
27
+bin/
28
29
+# NetBeans
30
+/.nb-gradle/
31
32
+# VS Code
33
+.vscode
34
35
+# Temporary file
36
+gradle-build-output.txt
37
+scripts/dockerdir
38
39
+# rg needs this: https://github.com/BurntSushi/ripgrep/issues/1040
40
+.git/
0 commit comments