Update .gitignore for test specs and build outputs
- Added `*.spec` to ignore test specification files - Added `build/` directory to ignore build outputs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,3 +3,5 @@ ait.*.config.json
|
||||
!ait.sample.config.json
|
||||
!ait.*.sample.config.json
|
||||
dist/
|
||||
*.spec
|
||||
build/
|
||||
|
Reference in New Issue
Block a user