diff options
Diffstat (limited to 'restapi-call-node/.gitignore')
-rwxr-xr-x | restapi-call-node/.gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/restapi-call-node/.gitignore b/restapi-call-node/.gitignore new file mode 100755 index 00000000..b73caf31 --- /dev/null +++ b/restapi-call-node/.gitignore @@ -0,0 +1,34 @@ +#####standard .git ignore entries##### + +## IDE Specific Files ## +org.eclipse.core.resources.prefs +.classpath +.project +.settings +.idea +.externalToolBuilders +maven-eclipse.xml +workspace + +## Compilation Files ## +*.class +**/target +target +target-ide +MANIFEST.MF + +## Misc Ignores (OS specific etc) ## +bin/ +dist +*~ +*.ipr +*.iml +*.iws +classes +out/ +.DS_STORE +.metadata + +## Folders which contain auto generated source code ## +yang-gen-config +yang-gen-sal |