Skip to content

Commit 23f67c3

Browse files
michdudwilllarche
authored andcommitted
[101] Included lines to ignore .iml files and files in idea/ (#67)
1 parent 0c65db5 commit 23f67c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mdc_100_series/.gitignore

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
.DS_Store
22
.dart_tool/
3-
43
.packages
54
.pub/
6-
7-
build/
8-
5+
.idea
6+
.atom
97
.flutter-plugins
10-
.idea/workspace.xml
8+
build/
9+
*.iml

mdc_100_series/ios/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Icon?
4242
/ServiceDefinitions.json
4343

4444
Pods/
45+
.symlinks/

0 commit comments

Comments
 (0)