commit | 03e552723f72ae4199c8e3e2cffa12aced74c7b5 | [log] [tgz] |
---|---|---|
author | Tunahan Sezen <tunahan.sezen@netsia.com> | Sat Apr 18 09:18:53 2020 +0000 |
committer | Tunahan Sezen <tunahan.sezen@netsia.com> | Fri Apr 24 13:01:54 2020 +0300 |
tree | 74940164e57c2ccd2fbb2d4f43d28f3147f949f6 | |
parent | 752d98d2d7976864e613915797c5333cd132e23f [diff] [blame] |
initial code for the mac-learning app Change-Id: I04f3b17c453e502f20477e83cb7cdc796b4160ae
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ca0587 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,19 @@ +# Created by .ignore support plugin (hsz.mobi) + +# IntelliJ project files +.idea +*.iml +out +gen + +# core +/*/target/ +/target/ +*.log +*.gz + +# Visual Studio Code +.settings +.project +.classpath +.factorypath \ No newline at end of file