Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

SlickEdit.gitignore 323B

1234567891011
  1. # SlickEdit workspace and project files are ignored by default because
  2. # typically they are considered to be developer-specific and not part of a
  3. # project.
  4. *.vpw
  5. *.vpj
  6. # SlickEdit workspace history and tag files always contain user-specific
  7. # data so they should not be stored in a repository.
  8. *.vpwhistu
  9. *.vpwhist
  10. *.vtg