Skip to content

Commit 0f217d8

Browse files
committed
[ADDED] Default git ignore from project gen
1 parent a374995 commit 0f217d8

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

sqldelight-playground/.gitignore

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
replay_pid*
25+
26+
.gradle
27+
build/
28+
!gradle/wrapper/gradle-wrapper.jar
29+
!**/src/main/**/build/
30+
!**/src/test/**/build/
31+
32+
### IntelliJ IDEA ###
33+
.idea/modules.xml
34+
.idea/jarRepositories.xml
35+
.idea/compiler.xml
36+
.idea/libraries/
37+
*.iws
38+
*.iml
39+
*.ipr
40+
out/
41+
!**/src/main/**/out/
42+
!**/src/test/**/out/
43+
44+
### Eclipse ###
45+
.apt_generated
46+
.classpath
47+
.factorypath
48+
.project
49+
.settings
50+
.springBeans
51+
.sts4-cache
52+
bin/
53+
!**/src/main/**/bin/
54+
!**/src/test/**/bin/
55+
56+
### NetBeans ###
57+
/nbproject/private/
58+
/nbbuild/
59+
/dist/
60+
/nbdist/
61+
/.nb-gradle/
62+
63+
### VS Code ###
64+
.vscode/
65+
66+
### Mac OS ###
67+
.DS_Store

sqldelight-playground/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)