diff options
author | 2021-05-30 19:20:42 +0200 | |
---|---|---|
committer | 2021-05-30 19:20:42 +0200 | |
commit | da4c8c2fda07812e643363114c67df3ec0d3925e (patch) | |
tree | 02694c94ec64b667d799ec13f32a39427dc4d125 /.gitignore | |
download | yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.gz yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.bz2 yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.zip |
init commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fcd8d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config +node_modules |