modified gitignore to add exclusion rule for file C:\Users\bigwiz\IdeaProjects\URLShortener\shortener_db_schema.sql which is located in the root of the git repo
This commit is contained in:
parent
ea1bc0e43b
commit
d426b6140f
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -35,3 +35,5 @@ build/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
shortener_db_schema.sql
|
Loading…
Reference in a new issue