mirror of
https://github.com/Telecominfraproject/wlan-cloud-root.git
synced 2025-10-29 09:42:33 +00:00
26 lines
358 B
Plaintext
26 lines
358 B
Plaintext
#ignore eclipse workspace metadata folder
|
|
.metadata/**
|
|
eclipse_preferences.epf
|
|
StartingPoint/**
|
|
RemoteSystemsTempFiles/**
|
|
wc-templates/**
|
|
**/.settings/**
|
|
**/.recommenders/**
|
|
.project
|
|
.classpath
|
|
.DS_Store
|
|
#maven target folder
|
|
**/target/**
|
|
dependency-reduced-pom.xml
|
|
build.log
|
|
.sonarlint/**
|
|
|
|
## IntelliJ Stuff
|
|
.idea
|
|
*.iml
|
|
|
|
## Binaries
|
|
*.tar.gz
|
|
|
|
*.pydevproject
|