This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| cd /d "%~dp0" | |
| pythonw.exe "DateTimeSyncNow.py" |
I hereby claim:
- I am dileepabandara on github.
- I am dileepabandara (https://keybase.io/dileepabandara) on keybase.
- I have a public key ASBxLPpEYUpFuKdvntoF8LrOnsEgLbAJH0IIJ8ivYliL2go
To claim this, I am signing this object:
- This project commit specification is inspired by, and heavily based on, the Angular Commit Guidelines and Conventional Commits.
- Please read the Angular Commit Guidelines and Conventional Commits specifications before you make any contribution to this project.
- I, Dileepa Bandara, personally follow some standards on most commits to keep the format constant in order to make git commit messages easier to read and faster to reason about. Here, I am sharing an example of a commit message that follows the standards.
<type>(<scope>): <short_summary>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### ------------------------ Visual Studio Code .gitignore ------------------------ ### | |
| # Visual Studio Code | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| *.code-workspace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Android Studio Generated | |
| /local.properties | |
| /.idea/caches | |
| /.idea/libraries | |
| /.idea/modules.xml | |
| /.idea/workspace.xml | |
| /.idea/navEditor.xml | |
| /.idea/assetWizardSettings.xml | |
| /build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### ------------------------- Flutter.gitignore ------------------------ ### | |
| # Miscellaneous | |
| *.class | |
| #*.lock | |
| *.log | |
| *.pyc | |
| *.swp | |
| .DS_Store | |
| .atom/ |