Change the methodology to ignore .js files by default. Any .js files that are coded can be handled individually.
This commit is contained in:
2
common/lib/xmodule/xmodule/js/src/.gitignore
vendored
2
common/lib/xmodule/xmodule/js/src/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# Ignore .js files in this folder as they are compiled from coffeescript
|
||||
# For each of the xmodules subdirectories, add a .gitignore file that
|
||||
# will cover any .coffee -> .js files that get compiled.
|
||||
# will version any *.js file that is specifically written, not compiled.
|
||||
*.js
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1 +1,2 @@
|
||||
display.js
|
||||
!imageinput.js
|
||||
!schematic.js
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
1
common/lib/xmodule/xmodule/js/src/graphical_slider_tool/.gitignore
vendored
Normal file
1
common/lib/xmodule/xmodule/js/src/graphical_slider_tool/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
1
common/lib/xmodule/xmodule/js/src/poll/.gitignore
vendored
Normal file
1
common/lib/xmodule/xmodule/js/src/poll/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1 +0,0 @@
|
||||
edit/*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
1
common/lib/xmodule/xmodule/js/src/sequence/display/.gitignore
vendored
Normal file
1
common/lib/xmodule/xmodule/js/src/sequence/display/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1,2 +0,0 @@
|
||||
*.js
|
||||
display/*.js
|
||||
@@ -1,2 +0,0 @@
|
||||
*.js
|
||||
display/*.js
|
||||
1
common/lib/xmodule/xmodule/js/src/videoalpha/display/.gitignore
vendored
Normal file
1
common/lib/xmodule/xmodule/js/src/videoalpha/display/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!html5_video.js
|
||||
@@ -1 +0,0 @@
|
||||
*.js
|
||||
Reference in New Issue
Block a user