We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bb800 commit dfe18cfCopy full SHA for dfe18cf
.gitignore
@@ -5,6 +5,38 @@
5
*.iws
6
.idea/
7
build/
8
+bin/
9
+out/
10
+
11
+# VS Code
12
+.vscode/
13
14
+# Eclipse
15
+.project
16
+.classpath
17
+.settings/
18
+.metadata/
19
20
+# NetBeans
21
+nbproject/private/
22
+nbbuild/
23
+dist/
24
+nbdist/
25
+.nb-gradle/
26
27
# System files
28
**/.DS_Store
29
+Thumbs.db
30
31
+# Temporary files
32
+*.tmp
33
+*.bak
34
+*.swp
35
+*~.nib
36
37
+# Log files
38
+*.log
39
40
+# Local environment files
41
+.env
42
+.env.local
0 commit comments