diff --git a/.gitignore b/.gitignore index b512c09..a80c164 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -node_modules \ No newline at end of file +node_modules/ +/unpackage/ +/.hbuilderx/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln \ No newline at end of file