Skip to content

Commit

Permalink
feat(gitignore): add more .gitignore configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hckhanh committed Dec 17, 2021
1 parent ac38ed9 commit d085863
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,33 @@ export const ignoreFiles = `
lib
dist
build
tmp
out-tsc
.build
# Test
coverage
# IDEs and editors
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/extensions.json
# Misc
te?mp
.sass-cache
connect.lock
*.log
typings
`;

export const postIgnoreFiles = `
Expand Down

0 comments on commit d085863

Please sign in to comment.