56 строки
493 B
Plaintext
56 строки
493 B
Plaintext
*.class
|
|
|
|
#External libs
|
|
extlib/
|
|
|
|
# Auth files
|
|
*.auth
|
|
*.azureauth
|
|
|
|
# Local checkstyle
|
|
*.checkstyle
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# Azure Tooling #
|
|
node_modules
|
|
packages
|
|
|
|
# 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
|
|
|
|
# vscode
|
|
.vscode |