diff options
| author | maks <maks@jopek.eu> | 2022-10-26 12:54:16 +0200 |
|---|---|---|
| committer | maks <maks@jopek.eu> | 2022-10-26 12:54:16 +0200 |
| commit | 81ff51148575b9ad4bc16ebf18afa5819174c7e6 (patch) | |
| tree | 9a62c9b8bd8f7118716cafdf576acb7bd80bcfe0 /.gitignore | |
| download | applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.tar.gz applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.tar.zst applicationdevrification-81ff51148575b9ad4bc16ebf18afa5819174c7e6.zip | |
Initial commit, w/ v1.0.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa724b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties |
