# built application files *.apk *.ap_ # files for the dex VM *.dex # Java class files *.class # built native files *.o *.so # generated files bin/ gen/ # Ignore gradle files .gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Eclipse Metadata .metadata/ # Mac OS X clutter *.DS_Store # Windows clutter Thumbs.db # Ubunut gedit cluter *~ # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067) .idea/workspace.xml .idea/tasks.xml .idea/datasources.xml .idea/dataSources.ids .idea/libraries # Additionally ignore project files themselves so developers can choose their root directory name freely .idea/modules.xml *.iml # Crowdin files ankidroid.zip tools/crowdin_key.txt .idea/misc.xml .idea/vcs.xml