Skip to content

Commit

Permalink
chore: ignore files in downlaods folder, but keep donwload folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Dec 30, 2021
1 parent 231728d commit 600d564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn-error.log*
/tests/unit/coverage/
/tests/integration/coverage/
/tests/e2e/reports/
/tests/e2e/downloads/
/tests/e2e/downloads/*
selenium-debug.log
selenium-server.log
/src/ors-js/
Expand All @@ -21,6 +21,8 @@ selenium-server.log
*.njsproj
*.sln

!/tests/e2e/downloads/.gitkeep

## The ignores below can be removed/commented in the case
## you want to include the config files, the plugins
## and the built static app in a custom repo.
Expand All @@ -38,3 +40,5 @@ selenium-server.log
!/static/css/.gitkeep
!/static/fonts/.gitkeep
!/static/img/.gitkeep
!/static/img/.gitkeep

Empty file added tests/e2e/download/.gitkeep
Empty file.

0 comments on commit 600d564

Please sign in to comment.