diff --git a/.gitignore b/.gitignore index 4c8fd93..f84a01e 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,11 @@ local.properties # Uncomment this line if you wish to ignore the project description file. # Typically, this file would be tracked if it contains build/dependency configurations: -#.project +.project + +/.idea/ +/lib/ +/target/ +/ICITS_TPSS.iml +To-do.txt