Skip to content

Instantly share code, notes, and snippets.

View dileepadev's full-sized avatar
🤖
Building an AI named <[º_º]>

Dileepa Bandara dileepadev

🤖
Building an AI named <[º_º]>
View GitHub Profile
@dileepadev
dileepadev / gpg-config.md
Created July 10, 2025 14:58
Configuring GPG Commit Signing with GitHub

Configuring GPG Commit Signing with GitHub

Ensure your commits on GitHub are verifiable and secure by signing them with GPG. Follow the steps below to set up GPG commit signing.

Step 1: Generate a GPG Key

Open your terminal (Git Bash Recommended) and run:

gpg --full-generate-key
@dileepadev
dileepadev / DateTimeSyncNow.bat
Last active August 12, 2024 14:00
WindowsOS-DateTimeSyncNow-Python
@echo off
cd /d "%~dp0"
pythonw.exe "DateTimeSyncNow.py"

Keybase proof

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:

Commit Message Guidelines

Commit Message Format

<type>(<scope>): <short_summary>
@dileepadev
dileepadev / .gitignore
Created December 29, 2021 11:51
.gitignore for VS Code and JetBrain projects
### ------------------------ Visual Studio Code .gitignore ------------------------ ###
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
@dileepadev
dileepadev / .gitignore
Created December 29, 2021 11:48
.gitignore for Visual Studio projects
## 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
@dileepadev
dileepadev / .gitignore
Created December 29, 2021 11:46
.gitignore for Android projects
## Android Studio Generated
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/build
@dileepadev
dileepadev / .gitignore
Last active December 7, 2024 14:51
.gitignore for Flutter projects
### ------------------------- Flutter.gitignore ------------------------ ###
# Miscellaneous
*.class
#*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/