cleaning structure
This commit is contained in:
33
old code/tray/.gitignore
vendored
Executable file
33
old code/tray/.gitignore
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
# Build outputs
|
||||
/out/
|
||||
*.class
|
||||
|
||||
# Node modules
|
||||
/js/node_modules
|
||||
|
||||
# JavaFX runtime (too large, should be downloaded)
|
||||
/lib/javafx*
|
||||
|
||||
# IDE files
|
||||
/.idea/workspace.xml
|
||||
/.idea/misc.xml
|
||||
/.idea/uiDesigner.xml
|
||||
/.idea/compiler.xml
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
windows-debug-launcher.nsi.in
|
||||
|
||||
# Build artifacts
|
||||
/fx.zip
|
||||
/provision.json
|
||||
|
||||
# Private keys
|
||||
/ant/private/qz.ks
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user