moodle-sync-app/.gitignore
Daniel-Schroeter c6aceb6010 initial commit
2022-12-22 12:01:13 +01:00

18 lines
156 B
Plaintext

# Eclipse Core
**/.classpath
**/.project
**/.settings/
# IntelliJ IDEA
**/*.iml
**/.idea
# VS Code
.vscode
# Maven Build
**/target
# Node
node_modules/