Skip to content

Commit

Permalink
Merge pull request #16 from niveathika/main
Browse files Browse the repository at this point in the history
Add deb files to gitignore
  • Loading branch information
niveathika authored Jun 3, 2024
2 parents 78df3be + a8bc5a4 commit 8a54097
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.log

#Config file
Config.toml
**/Config.toml

# BlueJ files
*.ctxt
Expand All @@ -17,24 +17,15 @@ Config.toml
*.jar
!gradle-wrapper/*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.deb

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Ballerina
Ballerina.lock

# Ignore everything in this directory
target

# Ballerina
Ballerina.lock

#Idea files
.idea
*.iml
Expand All @@ -45,6 +36,7 @@ Ballerina.lock
target
.ballerina
/compiler-plugin-tests/bin/
generated/

# gradle
.gradle
Expand All @@ -56,6 +48,7 @@ gradle-app.setting
# mac
.DS_Store

# VSCode
.classpath
.project
.settings
Expand All @@ -66,4 +59,4 @@ examples/**/Dependencies.toml
examples/**/Config.toml

# Environment files
*.env
*.env

0 comments on commit 8a54097

Please sign in to comment.