mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
40 lines
431 B
Plaintext
40 lines
431 B
Plaintext
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**
|
|
!**/src/test/**
|
|
node_modules
|
|
node.exe
|
|
dist
|
|
node
|
|
work/
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea/*
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
|
|
### Unignore Inspection Profiles ###
|
|
!/.idea/inspectionProfiles
|