Brucewastaken / minecraft-server-on-heroku-template

20 stars 94 forks source link

Please add a .gitignore file #13

Open VillyGH opened 1 year ago

VillyGH commented 1 year ago

The node_modules is still present in your .zip folder and does not contain a .gitignore file witch should be added you could put at least:

node_modules .idea .vscode

as an exemple in your .gitignore file