2022-10-10 21:34:29 +03:00
|
|
|
# Default Assets restore directory
|
|
|
|
.assets
|
|
|
|
|
2019-08-02 07:49:53 +03:00
|
|
|
*.class
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
|
|
|
|
# Azure Tooling #
|
|
|
|
node_modules
|
2021-12-17 00:41:59 +03:00
|
|
|
.vscode
|
|
|
|
**/.vscode/*
|
|
|
|
!.vscode/cspell.json
|
2019-08-02 07:49:53 +03:00
|
|
|
|
|
|
|
# Eclipse #
|
|
|
|
*.pydevproject
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
bin/**
|
|
|
|
tmp/**
|
|
|
|
tmp/**/*
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
|
|
|
|
# Other Tooling #
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
target
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# Mac OS #
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
|
|
|
|
# Windows #
|
|
|
|
Thumbs.db
|
|
|
|
|
2019-08-07 00:13:53 +03:00
|
|
|
# Android #
|
2020-01-23 02:17:04 +03:00
|
|
|
!gradle-wrapper.jar
|
2019-08-07 00:13:53 +03:00
|
|
|
*/bin/
|
|
|
|
*/gen/
|
2019-08-02 07:49:53 +03:00
|
|
|
.gradle/
|
2020-02-28 02:22:36 +03:00
|
|
|
**/build/*
|