Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit b24199e

Browse files
committed
Add files to ignore
1 parent 5ec830b commit b24199e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ module.exports = {
5252
return [
5353
'./**/*',
5454
'!.*',
55+
'!.*/**',
5556
'.htaccess',
5657
`!${this.folder.prod}`,
5758
`!${this.folder.build}/images/info.txt`,
5859
`!{${this.folder.src},${this.folder.src}/**}`,
59-
'!{.idea,.idea/**}',
6060
'!{tasks,tasks/**}',
6161
'!{node_modules,node_modules/**}',
6262
'!CONTRIBUTING.md',

0 commit comments

Comments
 (0)