Skip to content

Commit

Permalink
✨ fresh start
Browse files Browse the repository at this point in the history
  • Loading branch information
philippart-s committed Nov 18, 2024
0 parents commit 6ad0930
Show file tree
Hide file tree
Showing 86 changed files with 5,991 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
categories:
- title: ✨ New features ✨
labels:
- '✨ feature ✨'
- title: 🐛 Bugs fix 🐛
labels:
- '🐛 bug 🐛'
- title: 📝 Documentation 📝
labels:
- '📝 documentation 📝'
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

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

# IDE
.vscode/settings.json

# Python
venv/
.venv/

# Mac Os
.DS_Store

# Configuration
.env
attendee-conf.json

# Java
target/

# Audio module
.gradio/
flagged/
my_audio.wav
audio.wav


# JavaScript
node_modules/


Loading

0 comments on commit 6ad0930

Please sign in to comment.