Skip to content

Commit a977d18

Browse files
Update .gitignore
1 parent bd93016 commit a977d18

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.gitignore

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,10 @@
2121
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2222
hs_err_pid*
2323

24-
#Compile Directories
2524
out/
26-
27-
#Ultralight Java bin files
28-
bin/ultralight-java.dll
29-
bin/ultralight-java-gpu.dll
30-
bin/libultralight-java-gpu.so
31-
bin/libultralight-java.so
32-
bin/libultralight-java.dylib
33-
bin/libultralight-java-gpu.dylib
34-
35-
# File-based project format
3625
*.iws
37-
26+
*.ipr
27+
*.iml
28+
.idea/
3829
.gradle/
39-
build/
40-
example.js
41-
example.html
42-
style.css
43-
out.png
30+
target/

0 commit comments

Comments
 (0)