Luiz Pestana
4 vuotta sitten
committed by
GitHub
vanhempi
commit
4a01139c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
5 lisäystä ja
0 poistoa
-
.gitignore
|
|
@ -1,6 +1,11 @@ |
|
|
|
# Ignore generated files |
|
|
|
# ... |
|
|
|
|
|
|
|
# Ignore all without extensions |
|
|
|
* |
|
|
|
!*.* |
|
|
|
!*/ |
|
|
|
|
|
|
|
# Ignore VIM's backup generated files |
|
|
|
*.swp |
|
|
|
*.swo |
|
|
|