Skip to content

Commit

Permalink
Merge pull request #6 from ballerina-platform/Nuvindu-patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary files from publishing into the package
  • Loading branch information
Nuvindu committed Mar 20, 2024
2 parents 3b2836e + 84124d4 commit de67d45
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Compiled class file
*.class
*.balx

# Log file
*.log

#Config file
Config.toml
# Modules
/modules/docusign.dsadmin
**/Config.toml

# BlueJ files
*.ctxt
Expand All @@ -26,12 +26,14 @@ Config.toml
*.zip
*.tar.gz
*.rar
*.deb

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

# Ignore everything in this directory
target
.idea
.classpath
.settings
.project
Expand All @@ -54,9 +56,8 @@ target/

# Ignore Gradle build output directory
build
generated

# Ignore Docker env file
docker.env
# Compiled class file
*.class

Expand All @@ -81,3 +82,12 @@ docker.env
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# Ignore Docker env file
docker.env

# Ignore environment files
*.env

# Ignore all Dependencies.toml files in the examples directory
examples/**/Dependencies.toml

0 comments on commit de67d45

Please sign in to comment.