automated terminal push

This commit is contained in:
Your Name
2025-02-06 13:09:57 -05:00
parent 9a787b2a58
commit 09d4e08831
80 changed files with 22592 additions and 147 deletions

32
.gitignore vendored
View File

@@ -1,15 +1,27 @@
# ---> Linux
*~
# ---> Java
# Compiled class file
*.class
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# Log file
*.log
# KDE directory preferences
.directory
# BlueJ files
*.ctxt
# Linux trash folder which might appear on any partition or disk
.Trash-*
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# 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*
/target/