Skip to content

Commit

Permalink
add server
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jan 19, 2025
1 parent afe6171 commit 23e857a
Show file tree
Hide file tree
Showing 171 changed files with 34,017 additions and 0 deletions.
62 changes: 62 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
*.versionsBackup

# Intellij
###################
.idea
*.iml

# Eclipse #
###########
.project
.settings
.classpath

# NetBeans #
############
nbactions.xml
nb-configuration.xml
catalog.xml
nbproject

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log

# Maven #
#########
target

# Maven shade
#############
*dependency-reduced-pom.xml

/lsp/


# Added by cargo

/target

.openubl/
Loading

0 comments on commit 23e857a

Please sign in to comment.