[AUR-361] Setup pre-commit, pytest, GitHub actions, ssh-secret (#3)
Co-authored-by: trducng <trungduc1992@gmail.com>
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -51,7 +51,6 @@ flycheck_*.el
|
||||
# network security
|
||||
/network-security.data
|
||||
|
||||
|
||||
### Linux ###
|
||||
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
@@ -75,7 +74,6 @@ flycheck_*.el
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
@@ -386,7 +384,7 @@ pyrightconfig.json
|
||||
### Vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg # comment out if you don't need vector files
|
||||
!*.svg # comment out if you don't need vector files
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
@@ -451,3 +449,10 @@ $RECYCLE.BIN/
|
||||
.theflow/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/python,linux,macos,windows,vim,emacs,visualstudiocode,pycharm
|
||||
|
||||
logs/
|
||||
.gitsecret/keys/random_seed
|
||||
!*.secret
|
||||
credentials.txt
|
||||
|
||||
S.gpg-agent*
|
||||
|
Reference in New Issue
Block a user