📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
11
gitignore/Global/SlickEdit.gitignore
Normal file
11
gitignore/Global/SlickEdit.gitignore
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SlickEdit workspace and project files are ignored by default because
|
||||
# typically they are considered to be developer-specific and not part of a
|
||||
# project.
|
||||
*.vpw
|
||||
*.vpj
|
||||
|
||||
# SlickEdit workspace history and tag files always contain user-specific
|
||||
# data so they should not be stored in a repository.
|
||||
*.vpwhistu
|
||||
*.vpwhist
|
||||
*.vtg
|
||||
Loading…
Add table
Add a link
Reference in a new issue