mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-29 09:52:25 +00:00
added .gitignore file
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user