Skip to content

Commit 1b2dfc4

Browse files
Add build folders for simple game engine to .gitignore (#242)
1 parent 70c62f0 commit 1b2dfc4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,16 @@ attachments/android/.idea
1717
attachments/android/.gradle/**
1818
attachments/android/app/.cxx/**
1919
attachments/android/app/build/**
20-
local.properties
20+
local.properties
21+
22+
attachments/simple_engine/build/**
23+
attachments/simple_engine/Assets/**
24+
attachments/simple_engine/android/.gradle/**
25+
attachments/simple_engine/android/.idea
26+
attachments/simple_engine/android/.gradle/**
27+
attachments/simple_engine/android/app/.cxx/**
28+
attachments/simple_engine/android/app/build/**
29+
attachments/simple_engine/android/app/build/**
30+
attachments/simple_engine/android/gradle/wrapper/**
31+
attachments/simple_engine/android/gradlew
32+
attachments/simple_engine/android/gradlew.bat

0 commit comments

Comments
 (0)