aboutsummaryrefslogtreecommitdiff
path: root/.npmignore
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 13:30:54 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 13:30:54 +0300
commit9509148e9dc5120f2026c0337a880089734d8c80 (patch)
tree30456000766e1b8f26a84920dd6030249bb7ab94 /.npmignore
parent5b5f4751a9defeb43eba6df067c7100048193513 (diff)
downloadeslint-config-9509148e9dc5120f2026c0337a880089734d8c80.tar.xz
eslint-config-9509148e9dc5120f2026c0337a880089734d8c80.zip
Formed structure of the repository
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore37
1 files changed, 19 insertions, 18 deletions
diff --git a/.npmignore b/.npmignore
index a7ee96c..f08fa75 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,3 +1,20 @@
+### Git ###
+
+# Created by git for backups. To disable backups in Git:
+.git/
+
+# $ git config --global mergetool.keepBackup false
+*.orig
+
+# Created by git when using merge tools for conflicts
+*.BACKUP.*
+*.BASE.*
+*.LOCAL.*
+*.REMOTE.*
+*_BACKUP_*.txt
+*_BASE_*.txt
+*_LOCAL_*.txt
+*_REMOTE_*.txt
### Linux ###
@@ -178,6 +195,8 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
+### Project ###
+
# Source code
src/
@@ -187,21 +206,3 @@ src/
.gitignore
rollup.config.js
tsconfig.json
-
-### Git ###
-
-# Created by git for backups. To disable backups in Git:
-.git/
-
-# $ git config --global mergetool.keepBackup false
-*.orig
-
-# Created by git when using merge tools for conflicts
-*.BACKUP.*
-*.BASE.*
-*.LOCAL.*
-*.REMOTE.*
-*_BACKUP_*.txt
-*_BASE_*.txt
-*_LOCAL_*.txt
-*_REMOTE_*.txt