Skip to content

Commit d7215ca

Browse files
authored
fix: ignore templates node_modules (#198)
1 parent d21d5e9 commit d7215ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const IGNORED_FILES = ['**/.DS_Store', '**/*.swp'];
1+
export const IGNORED_FILES = ['**/.DS_Store', '**/*.swp', '**/node_modules/**'];
22
export const EXTEND_CONFIG_FILEPATH = '/.tk-config.json';
33
export const FILES_FOLDER_NAME = '_files';
44
export const SOLUTION_FOLDER_NAME = '_solution';

0 commit comments

Comments
 (0)