mirror of
https://github.com/Telecominfraproject/wlan-cloud-rrm.git
synced 2025-10-29 01:32:21 +00:00
28 lines
278 B
Plaintext
28 lines
278 B
Plaintext
/target/
|
|
*/target/
|
|
|
|
# owrrm specific
|
|
*.log*
|
|
device_config.json
|
|
settings.json
|
|
topology.json
|
|
|
|
# Eclipse
|
|
.settings/
|
|
bin/
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
.externalToolBuilders/
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
|
|
# Miscellaneous files thzt should not be checked in
|
|
temp/
|
|
|
|
.DS_Store
|