Skip to content

Commit e6ad35e

Browse files
committed
fix: Update ftp ignore file.
1 parent e9c5228 commit e6ad35e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.git-ftp-ignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/src/
2-
node\*modules
2+
node_modules
33
.vscode
44
.editorconfig
55
.env
6-
.eslint.config.js
6+
eslint.config.js
77
.git
88
.github
99
.gitignore
@@ -17,7 +17,8 @@ package.json
1717
package-lock.json
1818
postcss.config.ts
1919
tsconfig.json
20-
phpcs.xml \*\*/\_.md
20+
phpcs.xml
21+
\*\*/\_.md
2122
.prettierrc
2223
stylelint.config.ts
2324
tailwind.config.ts

0 commit comments

Comments
 (0)