We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b1688 commit 0be56cdCopy full SHA for 0be56cd
.gitignore
@@ -1,3 +1,19 @@
1
+# Whitelist dotfiles
2
+.*
3
+!deps/**/.*
4
+!test/fixtures/**/.*
5
+!tools/eslint/**/.*
6
+!tools/doc/node_modules/**/.*
7
+!.editorconfig
8
+!.eslintignore
9
+!.eslintrc
10
+!.gitattributes
11
+!.github
12
+!.gitignore
13
+!.gitkeep
14
+!.mailmap
15
+!.remarkrc
16
+
17
core
18
vgcore.*
19
v8*.log
@@ -16,8 +32,6 @@ node
32
node_g
33
*.swp
34
.benchmark_reports
-/.project
20
-/.cproject
21
35
icu_config.gypi
22
36
.eslintcache
23
37
0 commit comments