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 / main.dart
Created December 12, 2023 17:05
solar-kingdom-9507
void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 1}');
}
}

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 30, 2023 22:37
.gitignore for Flutter projects
### ------------------------- Flutter.gitignore ------------------------ ###
# Miscellaneous
*.class
#*.lock
*.log
*.pyc
*.swp
.DS_Store
.atom/