diff --git a/.gitignore b/.gitignore index e09a007..fa22dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # npm node_modules +package-lock.json # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. diff --git a/styles.css b/styles.css deleted file mode 100644 index 71cc60f..0000000 --- a/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/