Skip to content

Commit d32f671

Browse files
committed
update gitignores for modules
1 parent 9fa366c commit d32f671

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

binding-generator/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
17
/build
8+
/captures

runtime/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
*.iml
2+
.gradle
3+
/local.properties
4+
/.idea/workspace.xml
5+
/.idea/libraries
6+
.DS_Store
17
/build
8+
/captures

0 commit comments

Comments
 (0)