diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-08-09 20:46:00 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-08-09 20:46:00 +0200 |
commit | 2cd5f8e6bd42a084022028adcc24ef566fddab95 (patch) | |
tree | e06a18df40629371c33b9efce971489812696ac0 /.gitignore | |
download | BBsentials-2cd5f8e6bd42a084022028adcc24ef566fddab95.tar.gz BBsentials-2cd5f8e6bd42a084022028adcc24ef566fddab95.tar.bz2 BBsentials-2cd5f8e6bd42a084022028adcc24ef566fddab95.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5ec8b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Default ignored files +*.DS_Store +.gradle +.settings +.project +.classpath +build +out +run +bin +logs +.github/devbuilds/node_modules +*.iws +*.ipr +*.iml +.idea/* +!.idea/copyright/* +!.idea/scopes/* +/run/usercache.json +/run/config/* +/run/config/
\ No newline at end of file |