Pibd-23_Lisov_N.A._AirFight.../.gitignore

45 lines
585 B
Plaintext
Raw Normal View History

2022-10-24 19:25:08 +04:00
# ---> Java
# Compiled class file
*.class
2022-10-24 19:31:20 +04:00
.idea/*
out/*
2022-10-24 19:25:08 +04:00
# 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*
2022-10-24 19:31:20 +04:00
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
2022-10-24 19:25:08 +04:00
2022-10-24 19:31:20 +04:00
# Local History for Visual Studio Code
.history/
2022-10-24 19:25:08 +04:00
2022-10-24 19:31:20 +04:00
# Built Visual Studio Code Extensions
*.vsix
2022-10-24 19:25:08 +04:00
2022-10-24 19:31:20 +04:00
/shelf/
/workspace.xml