Add .gitignore file
- Add `ait.config.json` and `ait.*.config.json` to ignore patterns - Exception for `ait.sample.config.json` and `ait.*.sample.config.json` - Ignore the `dist/` directory
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
ait.config.json
|
||||
ait.*.config.json
|
||||
!ait.sample.config.json
|
||||
!ait.*.sample.config.json
|
||||
dist/
|
Reference in New Issue
Block a user