Skip to content

Commit

Permalink
Merge pull request #152 from Nuvindu/gitignore
Browse files Browse the repository at this point in the history
Add required file extensions to .gitignore
  • Loading branch information
Nuvindu authored Feb 21, 2024
2 parents 41d3217 + 2f9965c commit afa2bcb
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 306 deletions.
13 changes: 11 additions & 2 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/googleapis.gcalendar
**/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,6 +56,13 @@ target/

# Ignore Gradle build output directory
build
generated

# Ignore Docker env file
docker.env

# Ignore environment files
*.env

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

0 comments on commit afa2bcb

Please sign in to comment.