Kajur, Harish (vk250x) | d64d789 | 2018-11-26 00:07:25 -0500 | [diff] [blame] | 1 | ###################### |
| 2 | # Project Specific |
| 3 | ###################### |
| 4 | /target/www/** |
| 5 | /src/test/javascript/coverage/ |
| 6 | |
| 7 | ###################### |
| 8 | # Node |
| 9 | ###################### |
| 10 | /node/ |
| 11 | node_tmp/ |
| 12 | node_modules/ |
| 13 | npm-debug.log.* |
| 14 | /.awcache/* |
| 15 | /.cache-loader/* |
| 16 | |
| 17 | ###################### |
| 18 | # SASS |
| 19 | ###################### |
| 20 | .sass-cache/ |
| 21 | |
| 22 | ###################### |
| 23 | # Eclipse |
| 24 | ###################### |
| 25 | *.pydevproject |
| 26 | .project |
| 27 | .metadata |
| 28 | tmp/ |
| 29 | tmp/**/* |
| 30 | *.tmp |
| 31 | *.bak |
| 32 | *.swp |
| 33 | *~.nib |
| 34 | local.properties |
| 35 | .classpath |
| 36 | .settings/ |
| 37 | .loadpath |
| 38 | .factorypath |
| 39 | /src/main/resources/rebel.xml |
| 40 | |
| 41 | # External tool builders |
| 42 | .externalToolBuilders/** |
| 43 | |
| 44 | # Locally stored "Eclipse launch configurations" |
| 45 | *.launch |
| 46 | |
| 47 | # CDT-specific |
| 48 | .cproject |
| 49 | |
| 50 | # PDT-specific |
| 51 | .buildpath |
| 52 | |
| 53 | ###################### |
| 54 | # Intellij |
| 55 | ###################### |
| 56 | .idea/ |
| 57 | *.iml |
| 58 | *.iws |
| 59 | *.ipr |
| 60 | *.ids |
| 61 | *.orig |
| 62 | classes/ |
| 63 | out/ |
| 64 | |
| 65 | ###################### |
| 66 | # Visual Studio Code |
| 67 | ###################### |
| 68 | .vscode/ |
| 69 | |
| 70 | ###################### |
| 71 | # Maven |
| 72 | ###################### |
| 73 | /log/ |
| 74 | **/target/** |
| 75 | |
| 76 | ###################### |
| 77 | # Gradle |
| 78 | ###################### |
| 79 | .gradle/ |
| 80 | /build/ |
| 81 | |
| 82 | ###################### |
| 83 | # Package Files |
| 84 | ###################### |
| 85 | *.jar |
| 86 | *.war |
| 87 | *.ear |
| 88 | *.db |
| 89 | |
| 90 | ###################### |
| 91 | # Windows |
| 92 | ###################### |
| 93 | # Windows image file caches |
| 94 | Thumbs.db |
| 95 | |
| 96 | # Folder config file |
| 97 | Desktop.ini |
| 98 | |
| 99 | ###################### |
| 100 | # Mac OSX |
| 101 | ###################### |
| 102 | .DS_Store |
| 103 | .svn |
| 104 | |
| 105 | # Thumbnails |
| 106 | ._* |
| 107 | |
| 108 | # Files that might appear on external disk |
| 109 | .Spotlight-V100 |
| 110 | .Trashes |
| 111 | |
| 112 | ###################### |
| 113 | # Directories |
| 114 | ###################### |
| 115 | /bin/ |
| 116 | /deploy/ |
| 117 | |
| 118 | ###################### |
| 119 | # Logs |
| 120 | ###################### |
| 121 | *.log* |
| 122 | |
| 123 | ###################### |
| 124 | # Others |
| 125 | ###################### |
| 126 | *.class |
| 127 | *.*~ |
| 128 | *~ |
| 129 | .merge_file* |
| 130 | |
| 131 | ###################### |
| 132 | # Gradle Wrapper |
| 133 | ###################### |
| 134 | !gradle/wrapper/gradle-wrapper.jar |
| 135 | |
| 136 | ###################### |
| 137 | # Maven Wrapper |
| 138 | ###################### |
| 139 | !.mvn/wrapper/maven-wrapper.jar |
| 140 | |
| 141 | ###################### |
| 142 | # ESLint |
| 143 | ###################### |
| 144 | .eslintcache |
| 145 | |
| 146 | **/aai_swagger_html/** |
| 147 | **/aai_swagger_yaml/** |