Skip to content

Commit 5f65bcc

Browse files
committed
Add .gitignore
1 parent 4069eaa commit 5f65bcc

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)