Add .gitignore and README

This commit is contained in:
Pierre Goiffon
2018-08-30 11:04:23 +02:00
parent 277b24e2f0
commit 13855b1501
2 changed files with 128 additions and 0 deletions

100
.gitignore vendored Normal file
View File

@@ -0,0 +1,100 @@
conf/*
env-*/*
# Jetbrains
.idea/**
!.idea/encodings.xml
!.idea/codeStyles
!.idea/inspectionProfiles
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
### Eclipse template
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
## Special news for developers:
To get closer to the Open Source community, we are pleased to announce that since the 30th of August iTop code is available on the GitHub platform.
# iTop code moves to GitHub
The iTop project was hosted on a SourceForge project since its beginning in 2009. Combodo wants to ease collaboration with iTop developer community, and so we decided to move our code to the popular GitHub platform!
The iTop repository is part of the [GitHub Combodo](https://github.com/Combodo) organization. It can be used with either Git or SVN.
Any contributor can fork the code and submit contributions using GitHub pull requests !
## Important
[iTop SourceForge project](https://sourceforge.net/projects/itop/) will still host:
- [Forums](https://sourceforge.net/p/itop/discussion/): for support request
- [Tickets](https://sourceforge.net/p/itop/tickets/): for feature requests and bug reports
- [Releases download](https://sourceforge.net/projects/itop/files/itop/)
**Warning!** Starting of 30th august, you should get the code from GitHub only.
If you have any questions, remarks or need any assistance please do not hesitate to [contact us](https://www.combodo.com/nous-contacter) !