diff options
author | PandaNinjas <admin@malwarefight.gq> | 2022-12-23 17:29:28 -0800 |
---|---|---|
committer | PandaNinjas <admin@malwarefight.gq> | 2022-12-23 17:29:28 -0800 |
commit | bd6b4db71f1e07a845d922dc30cefcc64afa6294 (patch) | |
tree | 3ec253f13a0bfa20a8c0b467657d80265c12593a /.gitignore | |
download | NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.tar.gz NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.tar.bz2 NoSession-bd6b4db71f1e07a845d922dc30cefcc64afa6294.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38171b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# eclipse +bin +*.launch +.settings +.metadata +.classpath +.project + +# idea +out +*.ipr +*.iws +*.iml +/.idea/* +!/.idea/artifacts + +# gradle +build +.gradle + +# other +eclipse +run |