diff --git a/.gitignore b/.gitignore index cf77850..2153b55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,35 @@ -# node, npm -node_modules/ +### GENERAL # Windows Thumbs.db Desktop.ini -# Mac +# macOS .DS_Store .supported -# NetBeans -/nbproject/private/ +# common code editors +.atom/ +.vscode/ -# WebStorm -**/.idea/workspace.xml -**/.idea/tasks.xml +# NetBeans +nbproject/private/ -dist/ +# JetBrains IDEs +# see https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +captures +# common files *.log + + +### PROJECT + +# node, npm +node_modules/ + +# built source (pushed into npm) +/dist/ diff --git a/.idea/dictionaries/pokusew.xml b/.idea/dictionaries/pokusew.xml index f8d7aad..6a8285c 100644 --- a/.idea/dictionaries/pokusew.xml +++ b/.idea/dictionaries/pokusew.xml @@ -3,8 +3,10 @@ apdu frontends + gitignore mifare ndef + npmignore ntag pcsc pcsclite diff --git a/.npmignore b/.npmignore index af18ca9..54d3b40 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1 @@ -!dist/ +!/dist/