asa
parent
9f8c25fc7d
commit
bc0929d571
|
@ -0,0 +1,53 @@
|
||||||
|
# IntelliJ IDEA files
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# Maven specific
|
||||||
|
target/
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
|
||||||
|
# Node.js files
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
|
||||||
|
# Vue.js build output
|
||||||
|
dist/
|
||||||
|
.build/
|
||||||
|
|
||||||
|
# IDE files for Visual Studio Code
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# macOS specific
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear on external disk
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
|
||||||
|
# Compiled Python files
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Package files
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
*.7z
|
||||||
|
|
||||||
|
# Environment file
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
/bin/
|
||||||
|
/lib/
|
Loading…
Reference in New Issue