Ensure your commits on GitHub are verifiable and secure by signing them with GPG. Follow the steps below to set up GPG commit signing.
Open your terminal (Git Bash Recommended) and run:
gpg --full-generate-key
@echo off | |
cd /d "%~dp0" | |
pythonw.exe "DateTimeSyncNow.py" |
I hereby claim:
To claim this, I am signing this object:
<type>(<scope>): <short_summary>
### ------------------------ Visual Studio Code .gitignore ------------------------ ### | |
# Visual Studio Code | |
.vscode/* | |
!.vscode/settings.json | |
!.vscode/tasks.json | |
!.vscode/launch.json | |
!.vscode/extensions.json | |
*.code-workspace |
## Ignore Visual Studio temporary files, build results, and | |
## files generated by popular Visual Studio add-ons. | |
## | |
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
# User-specific files | |
*.rsuser | |
*.suo | |
*.user | |
*.userosscache |
## Android Studio Generated | |
/local.properties | |
/.idea/caches | |
/.idea/libraries | |
/.idea/modules.xml | |
/.idea/workspace.xml | |
/.idea/navEditor.xml | |
/.idea/assetWizardSettings.xml | |
/build |
### ------------------------- Flutter.gitignore ------------------------ ### | |
# Miscellaneous | |
*.class | |
#*.lock | |
*.log | |
*.pyc | |
*.swp | |
.DS_Store | |
.atom/ |