diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-03-06 02:39:05 -0800 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-03-06 02:39:05 -0800 |
| commit | 724cef29f361b2cfd1c4fa302a81e5774f8c8b40 (patch) | |
| tree | 276c9fb847e0a8b02f43eb886e86663b37c2f44d /.gitignore | |
| parent | 3bb875f60ce8912ae3a303ff7c712a79fb143633 (diff) | |
Major code refactor
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 34 |
1 files changed, 8 insertions, 26 deletions
@@ -1,27 +1,9 @@ - -*.mp3 - - -.idea/compiler.xml -.idea/encodings.xml -.idea/jarRepositories.xml -.idea/misc.xml -.idea/uiDesigner.xml -*.jar -*.lst -*.properties -*.class -*.json +completed/ +downloaded/ +out/ +target/ +.idea/ songs.txt -.idea/modules.xml -.idea/vcs.xml -.idea/libraries/Maven__org_jaudiotagger_2_0_3.xml -.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml -.idea/libraries/Maven__junit_junit_4_11.xml -.idea/libraries/Maven__commons_io_commons_io_2_8_0.xml -.idea/libraries/Maven__com_mpatric_mp3agic_0_9_1.xml -.idea/libraries/Maven__com_jgoodies_jgoodies_forms_1_8_0.xml -.idea/libraries/Maven__com_jgoodies_jgoodies_common_1_8_0.xml -.idea/ytmp3AutoTag.iml -.idea/artifacts/ytmp3AutoTag_jar.xml -META-INF/MANIFEST.MF +build/ +.idea/libraries/ +META-INF
\ No newline at end of file |
