Skip to content

Commit

Permalink
fix: Allow other JSON files to be checked in (such as schema.json) (#…
Browse files Browse the repository at this point in the history
…281)

* fix: Allow other .json files to be checked in (such as schema.json)

* fix: correct linter errors
  • Loading branch information
adlersantos committed Feb 4, 2022
1 parent 8e9731a commit 2c94b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -28,7 +28,7 @@ tmp

# ignore nested Pipfiles, JSON, and tfvars files
/datasets/**/Pipfile
/datasets/**/*.json
/datasets/**/*_variables.json
/datasets/**/*.tfvars

# ignore temp folders
Expand Down

0 comments on commit 2c94b79

Please sign in to comment.