Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update ignore files to ignore only top-level files
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jul 5, 2020
1 parent 7b1876d commit fc5dfa5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copied from '.gitignore', please keep it in sync.
node_modules
coverage
dist
integrationTmp
/node_modules
/coverage
/dist
/integrationTmp

# Ignore TS files inside integration test
integrationTests/ts/*.ts
/integrationTests/ts/*.ts
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# https://www.gitignore.io/

node_modules
coverage
dist
integrationTmp
/node_modules
/coverage
/dist
/integrationTmp
8 changes: 4 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copied from '.gitignore', please keep it in sync.
node_modules
coverage
dist
integrationTmp
/node_modules
/coverage
/dist
/integrationTmp

0 comments on commit fc5dfa5

Please sign in to comment.